Posted On March 31, 2019

AWS Highlights

kimconnect 0 comments
blog.KimConnect.com >> Virtualization , Windows >> AWS Highlights
Features:
1. Multi-regions: compliance with Section 404 of COBIT requirements
2. Amazon S3 with redundancy, versioning, multi-factor authentication, bucket policies, Identity Access Management (IAM)
3. Amazon Glacier for archiving ($0.01/GB per month)
4. Amazon Elastic Blockstore (Amazon EBS): snapshots
5. AWS Import/Export: bypass Internet and only use Amazon’s local network to save bandwidth costs
6. AWS Storage Gateway: connection to on-premise backup solutions (cached volumes, stored volumes, and virtual tape library) that can operate as iSCCI interfaces
7. Amazon Route 53: scalable DNS
8. Elastic Load Balancing: automatically route incoming streams of application traffic
9. Amazon Virtual Private Cloud: VPN between local and Amazon
10. Amazon Direct Connect:
 
Databases:
1. There’s Amazon RDS, DynamoDB (noSQL), and RedShift2

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

ADFS Configurations

View existing ADFS global configs PS C:\Users\administrator.CAP> get-AdfsGlobalWebContentSignOutPageDescriptionText :UpdatePasswordPageDescriptionText :Locale :CompanyName :CertificatePageDescriptionText :ErrorPageDescriptionText :ErrorPageGenericErrorMessage :ErrorPageAuthorizationErrorMessage…

Quick PowerShell Cmdlet to Move Computer Object

$computername='SomeComputerName' $targetOU='OU=Computers,DC=kimconnect,DC=com' Move-ADObject -Identity (Get-ADComputer $computername).objectguid -TargetPath $targetOU

Hyper-V Set CompatibilityForMigrationEnabled

$vmName='TESTVM' function enableCpuCompatibility($vmName){ $compatibilityForMigration=(Get-VMProcessor $vmName).CompatibilityForMigrationEnabled if(!$compatibilityForMigration){ $vmIsRunning=(get-vm $vmname).State -eq 'Running' if($vmIsRunning){stop-vm $vmName} Set-VMProcessor$vmName -CompatibilityForMigrationEnabled 1…
Other project: DragonCoin.com