Posted On March 31, 2019

Amazon Web Services (AWS) Disaster Recovery

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Amazon Web Services (AWS) Disaster Recovery
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

Leave a Reply

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

Related Post

Configuring Virtual Storage Area Networks (VSANs)

NX-OS Overview Source: Storage Area Network (SAN) has been around for ages. During the early…

Kubernetes: Cert-Manager Certificate Request YAML Example

# Set variables certPrefix=kimconnect domainName=kimconnect.com domainName2=www.kimconnect.com serviceName=kimconnectblog-wordpress servicePort=8080 # Create a yaml file and create…

PowerShell: Remove Hyper-V VM Snapshots

Hyper-V's snapshot feature is a double-edged sword. It's a convenient method to make a quick…