SlideShare uma empresa Scribd logo
1 de 6
www.enrollmytraining.com
www.enrollmytraining.com,Mail Us: info@enrollmytraining.com
Call Us:+91-9705981289,Skype id: enrollmy.training
What isAmazonWeb Services(AWS)?
Amazon Web Services (AWS) provides computing resources and services (together make up a cloud
computing platform) that you can use to build applications within minutes at pay-as-you-go pricing. For
example, you can rent a server on AWS that you can connect to, configure, secure, and run just as you
would a physical server. The difference is the virtual server runs on top of a planet-scale network
managedbyAWS.
2. What is S3? What isit usedfor? Shouldencryptionbe used?
S3 stands for Simple Storage Service. You can think of it like ftp storage, where you can move files to
and from there, but not mountit like a filesystem. AWS automatically puts your snapshots there, as well
as AMIs there. Encryption should be considered for sensitive data, as S3 is a proprietary technology
developedbyAmazonthemselves,andasyetunprovenvis-a-visasecuritystandpoint.
3. What is an AMI? How do I buildone?
AMI stands for Amazon Machine Image. It is effectively a snapshot of the root filesystem. Commodity
hardware servers have a bios that points the the master boot record of the first block on a disk. A disk
image though can sit anywhere physically on a disk, so Linux can boot from an arbitrary location on the
EBS storage network.
www.enrollmytraining.com
www.enrollmytraining.com,Mail Us: info@enrollmytraining.com
Call Us:+91-9705981289,Skype id: enrollmy.training
Build a new AMI by first spinning up and instance from a trusted AMI. Then adding packages and
components as required. Be wary of putting sensitive data onto an AMI. For instance your access
credentials should be added to an instance after spinup. With a database, mount an outside volume
that holdsyourMySQL data afterspinupas well.
4. Can I verticallyscale anAmazoninstance? How?
Yes. This is an incredible feature of AWS and cloud virtualization. Spinup a new larger instance than the
one you are currently running. Pause that instance and detach the root ebs volume from this server and
discard. Then stop your live instance, detach its root volume. Note the unique device ID and attach that
root volume toyournewserver. Andthe start it again. Voilayouhave scaledverticallyin-place!!
5. What is auto-scaling? Howdoesitwork?
Autoscaling is a feature of AWS which allows you to configure and automatically provision and spinup
new instances without the need for your intervention. You do this by setting thresholds and metrics to
monitor. When those thresholds are crossed a new instance of your choosing will be spun up,
configured, and rolledinto the load balancer pool. Voila you've scaled horizontally without any operator
intervention!
6. What automationtoolscan I use to spinupservers?
The most obvious way is to roll-your-own scripts, and use the AWS API tools. Such scripts could be
written in bash, perl or other language or your choice. Next option is to use a configuration
management and provisioning tool like puppet or better it's successor Opscode Chef. You might also
looktowardsa tool like Scalr. Lastlyyou can go witha managedsolutionsuchasRightscale.
www.enrollmytraining.com
www.enrollmytraining.com,Mail Us: info@enrollmytraining.com
Call Us:+91-9705981289,Skype id: enrollmy.training
In VPCswithprivate andpublicsubnets,databaseserversshouldideallybe launchedinto:
The publicsubnet
The private subnet
Eitherof them
Notrecommended,theyshouldideallybe launchedoutsideVPC
An instance is connected to an ENI (Elastic Network Interface) in one subnet. What happens when you
attach an ENI of a differentsubnettothisinstance?
The instance followsthe rulesof the oldersubnet
The instance followsthe rulesof boththe subnets
The instance followsthe rulesof the newersubnet
Notpossible cannotbe connectedto2 ENIs
You want to use Route53 to direct your www sub-domain to an elastic load balancer fronting your web
servers.Whatkindof record setshouldyoucreate?
A.
AAAA
NS
CNAME
You have created 4 weighted resource record sets with weights 1, 2, 3 and 4. the 3rd record set is
selectedbyRoute53:
1/7th of the time
3/10th of the time
3/7th of the time
1/4th of the time
www.enrollmytraining.com
www.enrollmytraining.com,Mail Us: info@enrollmytraining.com
Call Us:+91-9705981289,Skype id: enrollmy.training
You have created a Route 53 latency record set from your domain to a machine in Singapore and a
similar record to a machine in Oregon. When a user located in India visits your domain he will be routed
to:
Singapore
Oregon
Dependsonthe loadon eachmachine
Both,because 2 requestsare made,1 to each machine
Whichof the followingcanbe usedas an originserverinCloudFront?(Choose 3)
A webserverrunningonEC2
A webserverrunninginyourowndatacenter
A RDS instance
An AmazonS3 bucket
In CloudFront what happens when content is NOT present at an Edge location and a request is made to
it?
An Error 404 notfoundisreturned
CloudFront delivers the content directly from the origin server and stores it in the cache of the edge
location
The requestiskepton holdtill contentisdeliveredtothe edge location
The requestisroutedto the nextclosestedge location
Whichof the followingistrue withrespecttoservingprivate contentthroughCloudFront?
SignedURLs can be createdto access objectsfromCloudFrontedge locations
Directaccess to S3 URLs can be removed therefore allowingaccessonlythroughCloudFrontURLs
Mark the S3 bucketprivate andallowaccessto CloudFrontbymeansof Roles
Mark the S3 bucketprivate andand create an OriginAccessIdentitytoaccessthe objects
www.enrollmytraining.com
www.enrollmytraining.com,Mail Us: info@enrollmytraining.com
Call Us:+91-9705981289,Skype id: enrollmy.training
You have written a CloudFormation template that creates 1 elastic load balancer fronting 2 EC2
instances. Which section of the template should you edit so that the DNS of the load balancer is
returneduponcreationof the stack.
Resources
Parameters
Outputs
Mappings
Answers:
1) a
2) b
3) b
4) d
5) b
6) a
7) a, b, d
8) b
www.enrollmytraining.com
www.enrollmytraining.com,Mail Us: info@enrollmytraining.com
Call Us:+91-9705981289,Skype id: enrollmy.training
9) a, b, d
10) c
http://www.enrollmytraining.com/amazon-web-services-online-training/

Mais conteúdo relacionado

Destaque

Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...
Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...
Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...Amazon Web Services
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesAmazon Web Services
 
F4C AWS partner webinars 29july2016
F4C AWS partner webinars 29july2016F4C AWS partner webinars 29july2016
F4C AWS partner webinars 29july2016Russell Warne
 
Cassandra Community Webinar | Cassandra 2.0 - Better, Faster, Stronger
Cassandra Community Webinar | Cassandra 2.0 - Better, Faster, StrongerCassandra Community Webinar | Cassandra 2.0 - Better, Faster, Stronger
Cassandra Community Webinar | Cassandra 2.0 - Better, Faster, StrongerDataStax
 
AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...
AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...
AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...Amazon Web Services
 
AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...
AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...
AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...Amazon Web Services
 
Spring IOC and DAO
Spring IOC and DAOSpring IOC and DAO
Spring IOC and DAOAnushaNaidu
 
How Twitter Works (Arsen Kostenko Technology Stream)
How Twitter Works (Arsen Kostenko Technology Stream) How Twitter Works (Arsen Kostenko Technology Stream)
How Twitter Works (Arsen Kostenko Technology Stream) IT Arena
 
AWS Cost optimization at scale
AWS Cost optimization at scaleAWS Cost optimization at scale
AWS Cost optimization at scaleBrett Pollak
 

Destaque (13)

Overview of Amazon Web Services
Overview of Amazon Web ServicesOverview of Amazon Web Services
Overview of Amazon Web Services
 
Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...
Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...
Indian Case Studies: How AWS Customers Have Successfully Built and Migrated a...
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
F4C AWS partner webinars 29july2016
F4C AWS partner webinars 29july2016F4C AWS partner webinars 29july2016
F4C AWS partner webinars 29july2016
 
Cassandra Community Webinar | Cassandra 2.0 - Better, Faster, Stronger
Cassandra Community Webinar | Cassandra 2.0 - Better, Faster, StrongerCassandra Community Webinar | Cassandra 2.0 - Better, Faster, Stronger
Cassandra Community Webinar | Cassandra 2.0 - Better, Faster, Stronger
 
Hash map
Hash mapHash map
Hash map
 
AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...
AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...
AWS Summit 2013 | India - Understanding the Total Cost of (Non) Ownership, Ki...
 
AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...
AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...
AWS Customer Presentation - Thomson Reuters - Delivering on the Promise of Di...
 
Spring IOC and DAO
Spring IOC and DAOSpring IOC and DAO
Spring IOC and DAO
 
Cto cloud
Cto cloudCto cloud
Cto cloud
 
How Twitter Works (Arsen Kostenko Technology Stream)
How Twitter Works (Arsen Kostenko Technology Stream) How Twitter Works (Arsen Kostenko Technology Stream)
How Twitter Works (Arsen Kostenko Technology Stream)
 
Hash table
Hash tableHash table
Hash table
 
AWS Cost optimization at scale
AWS Cost optimization at scaleAWS Cost optimization at scale
AWS Cost optimization at scale
 

Mais de enrollmy training

Sap successfactors online training
Sap successfactors online trainingSap successfactors online training
Sap successfactors online trainingenrollmy training
 
Informatica mdm online training
Informatica  mdm online trainingInformatica  mdm online training
Informatica mdm online trainingenrollmy training
 
Dell boomi interview questions
Dell boomi interview questionsDell boomi interview questions
Dell boomi interview questionsenrollmy training
 
Pentaho interview question and answers
Pentaho interview question and answersPentaho interview question and answers
Pentaho interview question and answersenrollmy training
 
Workday hcm interview questions
Workday hcm interview questionsWorkday hcm interview questions
Workday hcm interview questionsenrollmy training
 
Cassandra online training in india usa uk canada uae south africa
Cassandra online training in india usa uk canada uae south africaCassandra online training in india usa uk canada uae south africa
Cassandra online training in india usa uk canada uae south africaenrollmy training
 
Oracle dba online training in india usa canada
Oracle dba online training in india usa canadaOracle dba online training in india usa canada
Oracle dba online training in india usa canadaenrollmy training
 

Mais de enrollmy training (18)

Sap HCI online training
Sap HCI online trainingSap HCI online training
Sap HCI online training
 
Sap successfactors online training
Sap successfactors online trainingSap successfactors online training
Sap successfactors online training
 
Sql plsql online training
Sql plsql online trainingSql plsql online training
Sql plsql online training
 
Sap cpm online training
Sap cpm online trainingSap cpm online training
Sap cpm online training
 
Informatica mdm online training
Informatica  mdm online trainingInformatica  mdm online training
Informatica mdm online training
 
Ccna online training
Ccna online trainingCcna online training
Ccna online training
 
Dell boomi interview questions
Dell boomi interview questionsDell boomi interview questions
Dell boomi interview questions
 
Devops interview questions
Devops interview questionsDevops interview questions
Devops interview questions
 
Pentaho interview question and answers
Pentaho interview question and answersPentaho interview question and answers
Pentaho interview question and answers
 
Pentaho online training
Pentaho online trainingPentaho online training
Pentaho online training
 
Sap fico online training
Sap fico online trainingSap fico online training
Sap fico online training
 
Android interview questions
Android interview questionsAndroid interview questions
Android interview questions
 
Sap ppm online training
Sap ppm online trainingSap ppm online training
Sap ppm online training
 
Business analyst resume
Business analyst resumeBusiness analyst resume
Business analyst resume
 
Business analyst resume
Business analyst resumeBusiness analyst resume
Business analyst resume
 
Workday hcm interview questions
Workday hcm interview questionsWorkday hcm interview questions
Workday hcm interview questions
 
Cassandra online training in india usa uk canada uae south africa
Cassandra online training in india usa uk canada uae south africaCassandra online training in india usa uk canada uae south africa
Cassandra online training in india usa uk canada uae south africa
 
Oracle dba online training in india usa canada
Oracle dba online training in india usa canadaOracle dba online training in india usa canada
Oracle dba online training in india usa canada
 

Último

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 

Último (20)

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 

Amazon web services interview questions

  • 1. www.enrollmytraining.com www.enrollmytraining.com,Mail Us: info@enrollmytraining.com Call Us:+91-9705981289,Skype id: enrollmy.training What isAmazonWeb Services(AWS)? Amazon Web Services (AWS) provides computing resources and services (together make up a cloud computing platform) that you can use to build applications within minutes at pay-as-you-go pricing. For example, you can rent a server on AWS that you can connect to, configure, secure, and run just as you would a physical server. The difference is the virtual server runs on top of a planet-scale network managedbyAWS. 2. What is S3? What isit usedfor? Shouldencryptionbe used? S3 stands for Simple Storage Service. You can think of it like ftp storage, where you can move files to and from there, but not mountit like a filesystem. AWS automatically puts your snapshots there, as well as AMIs there. Encryption should be considered for sensitive data, as S3 is a proprietary technology developedbyAmazonthemselves,andasyetunprovenvis-a-visasecuritystandpoint. 3. What is an AMI? How do I buildone? AMI stands for Amazon Machine Image. It is effectively a snapshot of the root filesystem. Commodity hardware servers have a bios that points the the master boot record of the first block on a disk. A disk image though can sit anywhere physically on a disk, so Linux can boot from an arbitrary location on the EBS storage network.
  • 2. www.enrollmytraining.com www.enrollmytraining.com,Mail Us: info@enrollmytraining.com Call Us:+91-9705981289,Skype id: enrollmy.training Build a new AMI by first spinning up and instance from a trusted AMI. Then adding packages and components as required. Be wary of putting sensitive data onto an AMI. For instance your access credentials should be added to an instance after spinup. With a database, mount an outside volume that holdsyourMySQL data afterspinupas well. 4. Can I verticallyscale anAmazoninstance? How? Yes. This is an incredible feature of AWS and cloud virtualization. Spinup a new larger instance than the one you are currently running. Pause that instance and detach the root ebs volume from this server and discard. Then stop your live instance, detach its root volume. Note the unique device ID and attach that root volume toyournewserver. Andthe start it again. Voilayouhave scaledverticallyin-place!! 5. What is auto-scaling? Howdoesitwork? Autoscaling is a feature of AWS which allows you to configure and automatically provision and spinup new instances without the need for your intervention. You do this by setting thresholds and metrics to monitor. When those thresholds are crossed a new instance of your choosing will be spun up, configured, and rolledinto the load balancer pool. Voila you've scaled horizontally without any operator intervention! 6. What automationtoolscan I use to spinupservers? The most obvious way is to roll-your-own scripts, and use the AWS API tools. Such scripts could be written in bash, perl or other language or your choice. Next option is to use a configuration management and provisioning tool like puppet or better it's successor Opscode Chef. You might also looktowardsa tool like Scalr. Lastlyyou can go witha managedsolutionsuchasRightscale.
  • 3. www.enrollmytraining.com www.enrollmytraining.com,Mail Us: info@enrollmytraining.com Call Us:+91-9705981289,Skype id: enrollmy.training In VPCswithprivate andpublicsubnets,databaseserversshouldideallybe launchedinto: The publicsubnet The private subnet Eitherof them Notrecommended,theyshouldideallybe launchedoutsideVPC An instance is connected to an ENI (Elastic Network Interface) in one subnet. What happens when you attach an ENI of a differentsubnettothisinstance? The instance followsthe rulesof the oldersubnet The instance followsthe rulesof boththe subnets The instance followsthe rulesof the newersubnet Notpossible cannotbe connectedto2 ENIs You want to use Route53 to direct your www sub-domain to an elastic load balancer fronting your web servers.Whatkindof record setshouldyoucreate? A. AAAA NS CNAME You have created 4 weighted resource record sets with weights 1, 2, 3 and 4. the 3rd record set is selectedbyRoute53: 1/7th of the time 3/10th of the time 3/7th of the time 1/4th of the time
  • 4. www.enrollmytraining.com www.enrollmytraining.com,Mail Us: info@enrollmytraining.com Call Us:+91-9705981289,Skype id: enrollmy.training You have created a Route 53 latency record set from your domain to a machine in Singapore and a similar record to a machine in Oregon. When a user located in India visits your domain he will be routed to: Singapore Oregon Dependsonthe loadon eachmachine Both,because 2 requestsare made,1 to each machine Whichof the followingcanbe usedas an originserverinCloudFront?(Choose 3) A webserverrunningonEC2 A webserverrunninginyourowndatacenter A RDS instance An AmazonS3 bucket In CloudFront what happens when content is NOT present at an Edge location and a request is made to it? An Error 404 notfoundisreturned CloudFront delivers the content directly from the origin server and stores it in the cache of the edge location The requestiskepton holdtill contentisdeliveredtothe edge location The requestisroutedto the nextclosestedge location Whichof the followingistrue withrespecttoservingprivate contentthroughCloudFront? SignedURLs can be createdto access objectsfromCloudFrontedge locations Directaccess to S3 URLs can be removed therefore allowingaccessonlythroughCloudFrontURLs Mark the S3 bucketprivate andallowaccessto CloudFrontbymeansof Roles Mark the S3 bucketprivate andand create an OriginAccessIdentitytoaccessthe objects
  • 5. www.enrollmytraining.com www.enrollmytraining.com,Mail Us: info@enrollmytraining.com Call Us:+91-9705981289,Skype id: enrollmy.training You have written a CloudFormation template that creates 1 elastic load balancer fronting 2 EC2 instances. Which section of the template should you edit so that the DNS of the load balancer is returneduponcreationof the stack. Resources Parameters Outputs Mappings Answers: 1) a 2) b 3) b 4) d 5) b 6) a 7) a, b, d 8) b
  • 6. www.enrollmytraining.com www.enrollmytraining.com,Mail Us: info@enrollmytraining.com Call Us:+91-9705981289,Skype id: enrollmy.training 9) a, b, d 10) c http://www.enrollmytraining.com/amazon-web-services-online-training/