SecureAnyCloud
Golden Images
  • About SecureAnyCloud
  • AWS CFT for WAMP with Aurora
    • Introduction
      • Overview
      • Resources
      • High Availability
      • Deployment time
    • Architecture
    • Getting Started
      • Pre-Requisites
    • Configuration
      • Service Limits
      • Network Configuration
      • Backup, maintenance & recovery
        • DR Strategy
    • After deployment
      • Support
      • SLA
      • Health Check
      • Auto-Scaling
    • Security Best Practices
      • Security for Amazon Aurora
        • Encryption
      • AWS EC2 Security
      • Secrets Management
        • Rotating Keys
      • Public Assets
    • Instance Sizing
    • Costing
  • CFT: Secured WAMP With Aurora - Windows 2016
  • MySql Change Password
  • PHP on cloud
  • [Stack_Name]
Powered by GitBook
On this page

Was this helpful?

  1. AWS CFT for WAMP with Aurora

Instance Sizing

PreviousPublic AssetsNextCosting

Last updated 4 years ago

Was this helpful?

EC2 instance and Aurora components can be scaled up or down depending on the workload

Below EC2 instance sizes are offered:

Please refer to this for EC2 instance sizing

Default: t2.medium

Allowed:

    "t2.micro",
    "t2.small",
    "t2.medium",
    "m3.medium",
    "m3.large",
    "m3.xlarge",
    "m3.2xlarge",
    "m4.large",
    "m4.xlarge",
    "m4.2xlarge",
    "m4.4xlarge",
    "m4.10xlarge",
    "c3.large",
    "c3.xlarge",
    "c3.2xlarge",
    "c3.4xlarge",
    "c3.8xlarge",
    "c4.large",
    "c4.xlarge",
    "c4.2xlarge",
    "c4.4xlarge",
    "c4.8xlarge",
    "g2.2xlarge",
    "hi1.4xlarge",
    "hs1.8xlarge",
    "i2.xlarge",
    "i2.2xlarge",
    "i2.4xlarge",
    "i2.8xlarge",
    "r3.large",
    "r3.xlarge",
    "r3.2xlarge",
    "r3.4xlarge",
    "r3.8xlarge"

Below Aurora RDS Instance Type sizing are offered:

Default: db.t2.medium

Allowed sizes:

    "db.t2.medium",
    "db.r3.large",
    "db.r3.xlarge",
    "db.r3.2xlarge",
    "db.r3.4xlarge",
    "db.r3.8xlarge"

AWS Elastic LoadBalancer is automatically created where you can configure your DNS name.

Aurora component sizing information can be found at this

link
link