AWS - Infraestructura Global Flashcards
Zonas de disponibilidad y regiones de AWS
- AWS está compuesta de regiones y zonas de disponibilidad.
- Una región es una zona geográfica.
- Una Zona de disponibilidad es un data center
AWS opera 49 zonas de disponibilidad en 18 regiones geográficas de todo el mundo
Región y número de zonas de disponibilidad
EE.UU. Este
Norte de Virginia (6), Ohio (3)
EE.UU. Oeste
Norte de California (3), Oregón (3)
Asia Pacífico
Bombay (2), Seúl (2), Singapur (2), Sídney (3), Tokio (3)
Canadá
Central (2)
China
Pekín (2), Ningxia (2)
Europa
Fráncfort (3), Irlanda (3), Londres (2), París (3)
América del Sur
São Paulo (3)
AWS GovCloud (US-West) (2)
Alta disponibilidad a través de varias zonas de disponibilidad
Las zonas de disponibilidad están conectadas entre sí con redes de fibra óptica rápidas y privadas
Edge Location
Edge locations are endpoints from AWS wich are used for caching. Tipically consist of CloudFront, Aws’s Content Delivery Network (CDN)
Ubicaciones de borde de red de AWS
América del Norte
Ubicaciones de borde: Ashburn, VA (3); Atlanta GA (3); Boston, MA; Chicago, IL (2); Dallas/Fort Worth, TX (4); Denver, CO; Hayward, CA; Jacksonville, FL; Los Angeles, CA (2); Miami, FL (2); Minneapolis, MN; Montreal, QC; Nueva York, NY (3); Newark, NJ (2); Palo Alto, CA; Phoenix, AZ; Filadelfia, PA; San Jose, CA; Seattle, WA (3); South Bend, IN; St. Louis, MO; Toronto, ON
Cachés de borde regionales: Norte de Virginia, Ohio, Oregón
América del Sur
Ubicaciones de borde: Río de Janeiro, Brasil; São Paulo, Brasil (2)
Europa/Oriente Medio/África
Ubicaciones de borde: Ámsterdam, Países Bajos (2); Berlín, Alemania; Dublín, Irlanda; Fráncfort, Alemania (6); Helsinki, Finlandia; Londres, Inglaterra (5); Madrid, España (2); Mánchester, Inglaterra; Marsella, Francia; Milán, Italia; Múnich, Alemania; Palermo, Italia; París, Francia (3); Praga, República Checa; Estocolmo, Suecia (3); Viena, Austria; Varsovia, Polonia; y Zúrich, Suiza.
Asia Pacífico
Ubicaciones de borde: Chennai, India; Hong Kong, China (3); Kuala Lumpur, Malasia; Manila, Filipinas; Melbourne, Australia; Mumbai, India (2); Nueva Delhi, India; Osaka, Japón; Seúl, Corea del Sur (3); Singapur (2); Sídney, Australia; Taipei, Taiwán; Tokio, Japón (5)
Cachés de borde regional: Mumbai, India; Seúl, Corea del Sur; Singapur; Sídney, Australia; Tokio, Japón
Exam Tips:
Understand difference between a Region, Availability Zone (AZ) and Edge Location
- A Region is a physical location in the World which consist of two or more AZ an Edge Locations.
- Availability Zone (AZ) is one or more discrete data centes, each with redundant power, networking and connectivity, housed in separate facilities.
- Edge Location are endpoints from AWS wich are used for caching. Tipically consist of CloudFront, Aws’s Content Delivery Network (CDN)
Which of the following does Amazon S3 provide?
A - A highly encrypted virtual disk in the cloud
B - A highly-scalable cloud storage
C - A virtual server in the cloud
D - A transient storage in the cloud
Amazon S3 provides Scalable Storage in the Cloud. Amazon Simple Storage Service (Amazon S3) is object storage with a simple web service interface to store and retrieve any amount of data from anywhere on the web. It is designed to deliver 99.999999999% durability, and scale past trillions of objects worldwide.
B
Where is an object stored in Amazon S3?
A - in a Collector
B - in an Archive
C - in a Bucket
D - in a Vault
C - In a Bucket
____________ is a fast, flexible, fully managed pub/sub messaging service.
A - Amazon FPS
B - Amazon SES
C - Amazon SQS
D - Amazon SNS
Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push to mobile devices such as iPhone, iPad, Android, Kindle Fire, and internet connected smart devices, as well as pushing to other distributed services.
D - Amazon SNS
What does RRS stand, in the context of S3 services?
A - Regional Rights Storage
B - Regional Rights Standard
C - Reduced Redundancy Storage
D - Redundancy Removal System
In Amazon S3, RRS stands for Reduced Redundancy Storage. Reduced redundancy storage stores objects on multiple devices across multiple facilities, providing 400 times the durability of a typical disk drive, but it does not replicate objects as many times as Amazon S3 standard storage. In addition, reduced redundancy storage is designed to sustain the loss of data in a single facility.
C - Reduced Redundancy Storage
Which AWS service offers cost optimization by launching instances automatically only when needed?
Relational Database Service
Elastic Load Balancing
Auto Scaling
Elastic Compute Cloud
AWS Auto Scaling can launch instances based on certain criteria. This provides cost optimization to the user as it will only launch the instance when required, thereby resulting in cost saving.
http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/WhatIsAutoScaling.html
Auto Scaling
A user is launching an instance with EC2. Which options below should the user consider before launching an instance?
Select the instance type.
All choices are correct.
Select the OS of the AMI.
Select the region where the instance is being launched.
Regarding Amazon EC2, when launching an instance, the user needs to select the region the instance would be launched from. While launching, the user needs to plan for the instance type and the OS of the instance.
All choices are correct.
What is the maximum size of an object in Amazon S3?
A - 200 GB
B - 5 TB
C - 4 TB
D - 500 MB
5TB is the maximum size of an object in Amazon S3.
The total volume of data and number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes. For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.
http://aws.amazon.com/s3/faqs/#How_much_data_can_I_store
B
Which choice is a storage option supported by Amazon EC2?
Amazon EC2 supports the following storage options:
Amazon Elastic Block Store (Amazon EBS) Amazon EC2 Instance Store Amazon Simple Storage Service (Amazon S3)
Elastic Load Balancing automatically distributes incoming traffic across multiple _____ instances.
A - DB
B - RDS
C - EC2
D - M3
C - EC2