getting started with aws - november 2016 webinar series

24
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Dave Rocamora, Solutions Architect November 2016 Getting Started with AWS

Upload: amazon-web-services

Post on 08-Jan-2017

398 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Getting Started with AWS - November 2016 Webinar Series

© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Dave Rocamora, Solutions Architect

November 2016

Getting Started with AWS

Page 2: Getting Started with AWS - November 2016 Webinar Series

What we’ll cover today

Creating an AWS account Creating an IAM user and enabling MFA Launching and connecting to EC2 instances Backing up and restoring EC2 instances Using S3 to store and serve files Visualizing AWS costs and setting billing alerts

Page 3: Getting Started with AWS - November 2016 Webinar Series

The AWS Free Tier

Includes most AWS services Available for all new accounts Good for one year from the day the account is created Everything we show today can be done within the free tier For more details: http://aws.amazon.com/free/

Page 4: Getting Started with AWS - November 2016 Webinar Series

Signing up for an AWS account

Sign up through https://aws.amazon.com You will need a credit card There will be a telephone verification

Page 5: Getting Started with AWS - November 2016 Webinar Series

Demo: Signing up for AWS

Page 6: Getting Started with AWS - November 2016 Webinar Series

First Steps: Creating IAM Users

Using AWS Identity and Access Management (IAM), you can create and manage AWS users and groups.

You can control what resources each user has access to within an AWS account.

Page 7: Getting Started with AWS - November 2016 Webinar Series

First Steps: Enabling MFA

AWS allows you to require multi-factor authentication for your users through physical or software-based single use login tokens. This protects against stolen passwords and key loggers.

Enable this on IAM users and the root account

Page 8: Getting Started with AWS - November 2016 Webinar Series

Demo: Creating an IAM user and enabling MFA

Page 9: Getting Started with AWS - November 2016 Webinar Series

Amazon EC2 – Creating an SSH key pair

SSH stands for Secure Shell SSH keys are used for secured access to EC2 instances SSH keys avoid password weaknesses You can import your own key or have AWS generate a key pair for you. AWS does not store the private part of the key pair

Page 10: Getting Started with AWS - November 2016 Webinar Series

Demo: Creating an SSH key pair for Amazon EC2

Page 11: Getting Started with AWS - November 2016 Webinar Series

Amazon EC2 – Creating a Security Group

Security Groups are firewalls for your instances By default, they block all traffic You can choose what protocols and ports to open

You can use port ranges (e.g. 22-24)

You can choose who the ports are open to Create rules with CIDR notation for groups of IP addresses (/32 is a single IP)

Create rules that specify Security Groups for other EC2 Instances

Page 12: Getting Started with AWS - November 2016 Webinar Series

Demo: Creating a Security Group in Amazon EC2

Page 13: Getting Started with AWS - November 2016 Webinar Series

Amazon EC2 – Launching an Instance

Instances are virtual machines running in the cloud You have full control of the instance and can install any

software that you choose You can choose the instance type and size to get different

amounts of memory, CPU, disk, etc. You will need your Key Pair and a Security Group to launch

the instance into

Page 14: Getting Started with AWS - November 2016 Webinar Series

Demo: Launching and connecting to EC2 Instances

Page 15: Getting Started with AWS - November 2016 Webinar Series

Amazon EBS – Storage for EC2 Instances

Amazon Elastic Block Store is persistent block storage for EC2 instances As small as 1GB and as large as 16TB Available in several different types Create snapshots of EBS volumes in S3 to create backups

Page 16: Getting Started with AWS - November 2016 Webinar Series

Amazon EBS – Volume Types

General Purpose SSD (gp2)

Provisioned IOPS SSD (io1)

Throughput Optimized HDD (st1)

Cold HDD (sc1)

Page 17: Getting Started with AWS - November 2016 Webinar Series

Amazon EBS – Volume Types

General Purpose SSD (gp2)

Provisioned IOPS SSD (io1)

Cold HDD (sc1)Throughput Optimized HDD (st1)

Page 18: Getting Started with AWS - November 2016 Webinar Series

Demo: Creating EBS Volumes, Snapshots, and AMIs

Page 19: Getting Started with AWS - November 2016 Webinar Series

Amazon S3

S3 is Amazon’s Simple Storage Service Store and retrieve almost any amount of data: 1 byte to 5

terabytes per object Highly scalable and durable Encryption available Objects exist in the AWS region you choose Object level permissions Easily accessible

Page 20: Getting Started with AWS - November 2016 Webinar Series

Demo: Storing and Serving Objects with S3

Page 21: Getting Started with AWS - November 2016 Webinar Series

Billing and Cost Management

There are several features to help you monitor costs and visualize your AWS spend:

Cost Explorer Alerts on Spending Limits Detailed Billing Reports Consolidated Billing

Page 22: Getting Started with AWS - November 2016 Webinar Series

Demo: Exploring Billing and Cost Management

Page 23: Getting Started with AWS - November 2016 Webinar Series

What we covered

Creating an AWS account Creating an IAM user and enabling MFA Launching and connecting to EC2 instances Backing up and restoring EC2 instances Using S3 to store and serve files Visualizing AWS costs and setting billing alerts

Page 24: Getting Started with AWS - November 2016 Webinar Series

Thank you!