+ All Categories
Home > Technology > Treinamento AWS - 3a Parte

Treinamento AWS - 3a Parte

Date post: 27-Jun-2015
Category:
Upload: site-blindado-labs
View: 433 times
Download: 3 times
Share this document with a friend
Description:
Slides da 3a parte do treinamento de AWS que está sendo disponibilizado pelo Site Blindado Labs e está sendo dado por Heitor Vital
Popular Tags:
26
AWS Certified Solutions Architect Associate Level
Transcript
Page 1: Treinamento AWS - 3a Parte

AWS Certified Solutions ArchitectAssociate Level

Page 2: Treinamento AWS - 3a Parte

Agenda● 08/Set - Abertura, Overview AWS e S3● 16/Set (terça) - Cloudfront e Route53● 22/Set - EC2 e VPC● 29/Set - RDS, DynamoDB e Other Storage Options● 06/Out - Elastic Beanstalk, CloudFormation, SWF e SQS● 13/Out - IAM e Security● 20/Out - Architecting for the Cloud e Revisão

Horário: 18:00 as 20:00

Page 3: Treinamento AWS - 3a Parte

AWS Certification Roadmap

Page 4: Treinamento AWS - 3a Parte

Exam Overview● Multiple choice and multiple answer questions● 80 minutes to complete the exam● 40 - 60 questions● 65% or above is passing score● No prerequisites● Valid for 2 years● $150,00

Page 5: Treinamento AWS - 3a Parte

● Grupo 03 (20%)○ Data Security

● Grupo 04 (10%)○ Troubleshooting

Assuntos● Grupo 01 (60%)

○ Designing highly available○ Cost efficient○ Fault tolerant○ Scalable systems

● Grupo 02 (10%)○ Implementation○ Deployment

Page 6: Treinamento AWS - 3a Parte

Materiais de ApoioReferências1. Página oficial2. Post sobre o programa e prova3. AWS Architecture Center4. AWS Security Center5. AWS Documentation Page6. Curso online7. Slideshare

White Papers1. Overview of Amazon Web Services2. Overview of Security Processes3. AWS Risk and Compliance4. Storage Options in the AWS Cloud5. Architecting for the AWS Cloud: Best

Practices6. Storage Use Cases7. Designing Fault-Tolerant Applications in

the AWS Cloud

Page 7: Treinamento AWS - 3a Parte

O que preciso lembrar?EC2

● Instâncias○ Tipos○ Como acessar

● Modelo de cobrança○ On demand○ Reserved○ Spot

● Elastic IPs● EBS● AMI● Load Balancers● Auto Scaling

○ Launch configurations○ Auto Scaling Groups○ CloudWatch

VPC● Como configurar?● Subnets● Route Tables● Internet Gateways● Qual impacto no Security Group?● NAT● Bastion Host● VPN

Page 8: Treinamento AWS - 3a Parte

Agenda● 08/Set - Abertura, Overview AWS e S3● 16/Set (terça) - Cloudfront e Route53● 22/Set - EC2 e VPC● 29/Set - RDS, DynamoDB e Other Storage Options● 06/Out - Elastic Beanstalk, CloudFormation, SWF e SQS● 13/Out - IAM e Security● 20/Out - Architecting for the Cloud e Revisão

Horário: 18:00 as 20:00

Page 9: Treinamento AWS - 3a Parte

EC2 - Elastic Compute Cloud

● Intância => VM● Types

○ Memory○ Compute power○ Block storage○ Network performance○ EBS optimization

● Purchasing models○ On Demand○ Reservadas○ Spot

● Variáveis de cobrança○ Data transfer○ Storage○ Compute Time○ Instance on/off state

Page 10: Treinamento AWS - 3a Parte

EC2 - Instance Type● General Purpose

○ T2■ Burstable Performance Instances■ Créditos de CPU (1 crédito = 1 min 100% CPU)

○ M3 - Equilíbrio entre processamento, memória e network● Compute Optimized - C3● Memory Optimized - R3 (Lowest cost per GiB of RAM)

● GPU - G2 - Game streaming, video encoding, 3D application streaming

● Storage Optimized○ I2 - NoSQL databases like Cassandra and MongoDB ...○ HS1 - Data warehousing, Hadoop/MapReduce, Parallel file systems

Page 11: Treinamento AWS - 3a Parte

EC2 - Instance Type

Page 12: Treinamento AWS - 3a Parte

Modelos de cobrança● On-Demand Instances

○ Sem up-front nem long-term commitment○ Suportar picos de demanda○ Prioridade média de alocação○ Ambiente de testes

Page 13: Treinamento AWS - 3a Parte

Modelos de cobrança● Reserved Instances

○ Demanda estável○ Prioridade de alocação○ Com up-front e commitment => descontos○ Utilization (heavy, medium, light)

■ Heavy ● Lowest hourly fee

● Applied to the whole term whether or not you're using the Reserved Instance

Page 14: Treinamento AWS - 3a Parte

Reserved Instances - Economia

* rates are compared for an m3.xlarge instance 3-year Reserved Instance, % savings on effective hourly rates are roughly the same for all instance types

Page 15: Treinamento AWS - 3a Parte

Lab1

Criando e acessando uma máquinaQuick StartMy AMIs

AWS MarketplaceCommunity AMIs

Page 16: Treinamento AWS - 3a Parte

EC2 - Antes de ir para Auto Scaling...

● Elastic IPs○ Forma de ter IP fixo○ Limite inicial de 5○ Cobrado quando não

está em uso● AMI

○ Amazon Machine Images○ Operating system + Application

server + Applications + Volumes …○ Incremental

● EBS○ Storage volumes○ Podem está ligadas a

somente uma instância

○ Same Availability Zone

○ Snapshot○ Pre-Warming

Page 17: Treinamento AWS - 3a Parte

Lab2

Gerar AMILaunch EC2 from AMI

Page 18: Treinamento AWS - 3a Parte

Auto Scaling

Page 19: Treinamento AWS - 3a Parte

Elastic Load Balancer

Page 20: Treinamento AWS - 3a Parte

Auto Scaling - Componentes

● Launch configurations○ AMI○ Tipo Máquina○ Configurações Máquinas

● Auto Scaling Groups○ Quantidade min/max de máquinas

● CloudWatch○ Alertas para subir automático

Page 21: Treinamento AWS - 3a Parte

VPC - Private and isolated section of the AWS Cloud

Page 22: Treinamento AWS - 3a Parte

Templates

Page 23: Treinamento AWS - 3a Parte

Templates com VPN

Page 24: Treinamento AWS - 3a Parte

Lab3

Criar VPC

Page 25: Treinamento AWS - 3a Parte

O que preciso lembrar?EC2

● Instâncias○ Tipos○ Como acessar

● Modelo de cobrança○ On demand○ Reserved○ Spot

● EBS● AMI● Load Balancers● Auto Scaling

○ Launch configurations○ Auto Scaling Groups○ CloudWatch

VPC● Como configurar?● Subnets● Route Tables● Internet Gateways● Qual impacto no Security Group?● NAT● Bastion Host● VPN

Page 26: Treinamento AWS - 3a Parte

AWS Certified Solutions ArchitectAssociate Level

OBRIGADO!!


Recommended