Amazon EC2 Instance Types

How to safely upgrade an Amazon EC2 instance from t1.micro Using the AWS Management Console Go to "Volumes" and create a Snapshot of your instance's volume. Go to "Snapshots" and select "Create Image from Snapshot". Go to "AMIs" and select "Launch Instance" and choose your "Instance Type" etc. AWS Pricing Calculator AWS Pricing Calculator lets you explore AWS services, and create an estimate for the cost of your use cases on AWS. AWS Database Options - Cloud Academy

Amazon EC2 instance with Volume, Tag, and UserData properties This snippet shows an AWS::EC2::Instance resource with one Amazon EC2 volume, one tag, and a user data property. Topic resource} InstanceType: m1.small AvailabilityZone: us-east-1a ImageId: ami-0ff8a91507f77f867 Volumes: - VolumeId: !Ref logical name of AWS:: EC2::Volume resource

How to reduce your AWS costs? Save up to $500k with these AWS Credits. First things, first! Before you do any other activities, please see if your company is …

Based on AWS's help here, this is the full process that worked for me:. 1) Dump the database to a file: run this on a machine that has network access to the database: pg_dump -Fc -v -h your-rds-endpoint.us-west-2.rds.amazonaws.com -U your-username your-databasename > your-databasename.dump 2) In the AWS console, create a new RDS instance with smaller storage.

Jan 14, 2018 The Ultimate Guide to Hosting a Java Web App with Amazon Dec 23, 2016 MySQL Database Migration: Amazon EC2-Hosted vs. Amazon RDS