+ All Categories
Home > Technology > Overview of Amazon Web Services

Overview of Amazon Web Services

Date post: 17-Feb-2017
Category:
Upload: brett-gillett
View: 228 times
Download: 0 times
Share this document with a friend
28
AWS Overview IAM, VPC and EC2
Transcript
Page 1: Overview of Amazon Web Services

AWS OverviewIAM, VPC and EC2

Page 2: Overview of Amazon Web Services

Identity and Access Management(IAM)

Helps you securely control access to your AWS resources

Page 3: Overview of Amazon Web Services

IAM Users and Groups

Page 4: Overview of Amazon Web Services

Use a multi-factor authentication (MFA) device for the root account

Page 5: Overview of Amazon Web Services

Use multi-factor authentication (MFA) on all accounts with console access

Page 6: Overview of Amazon Web Services

Enable the password-policy in IAM

Page 7: Overview of Amazon Web Services

Only assign API access keys where required and rotate them - regularly

Page 8: Overview of Amazon Web Services

Leverage IAM Roles for EC2{ "Version": "2012-10-17", "Statement": [ ... { "Effect": "Allow", "Action": [ "ec2:CreateSnapshot", "ec2:DeleteSnapshot", "ec2:CreateTags" ], "Resource": [ "*" ] } ]}

Page 9: Overview of Amazon Web Services

Only associate IAM policies to IAM groups or roles{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::my-top-secret-bucket.softchoice.com" }}

Page 10: Overview of Amazon Web Services

Ensure CloudTrail is enabled for all regions

Page 11: Overview of Amazon Web Services

Ensure AWS Config is enabled for all regions

Page 12: Overview of Amazon Web Services

Free service and you can access IAM via the AWS Management Console, AWS CLI, SDKs, and the API

Page 13: Overview of Amazon Web Services

Virtual Private Cloud(VPC)

Allows you to launch AWS resources into a virtual network you define

Page 14: Overview of Amazon Web Services

Know your Limits

Page 15: Overview of Amazon Web Services

Connect your VPC to the Internet with an Internet Gateway (IGW)

Page 16: Overview of Amazon Web Services

Connect your VPC to your corporate network with a Virtual Private Gateway and a Customer Gateway

Page 17: Overview of Amazon Web Services

Leverage NAT Gateways

Page 18: Overview of Amazon Web Services

DNS and DHCP

Page 19: Overview of Amazon Web Services

VPC Endpoints

Page 20: Overview of Amazon Web Services

VPC Peering

Page 21: Overview of Amazon Web Services

Secure your AWS resources with Security Groups

Page 22: Overview of Amazon Web Services

Control traffic between subnets with Network ACLs

Page 23: Overview of Amazon Web Services

Elastic Compute Cloud(EC2)

Page 24: Overview of Amazon Web Services

Know your Limits

Page 25: Overview of Amazon Web Services

Amazon Machine Image (AMI)

Page 26: Overview of Amazon Web Services

Elastic Block Storage (EBS)Storage for your EC2 Instances

Page 27: Overview of Amazon Web Services

Reserved Instances(No Upfront, Partial Upfront, and Full Upfront)

Page 28: Overview of Amazon Web Services

Spot Instances (and Fleets)Bid on spare EC2 capacity


Recommended