Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AWS Certified Developer - Associate Guide

You're reading from   AWS Certified Developer - Associate Guide Your one-stop solution to passing the AWS developer's 2019 (DVA-C01) certification

Arrow left icon
Product type Paperback
Published in Jun 2019
Publisher Packt
ISBN-13 9781789617313
Length 812 pages
Edition 2nd Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Bhavin Parmar Bhavin Parmar
Author Profile Icon Bhavin Parmar
Bhavin Parmar
Vipul Tankariya Vipul Tankariya
Author Profile Icon Vipul Tankariya
Vipul Tankariya
Arrow right icon
View More author details
Toc

Table of Contents (30) Chapters Close

Preface 1. Overview of AWS Certified Developer - Associate Certification FREE CHAPTER 2. Understanding the Fundamentals of Amazon Web Services 3. Identity and Access Management (IAM) 4. Virtual Private Clouds 5. Getting Started with Elastic Compute Cloud (EC2) 6. Handling Application Traffic with ELB 7. Monitoring with CloudWatch 8. Simple Storage Service, Glacier, and CloudFront 9. Other AWS Storage Options 10. AWS Relational Database Service 11. AWS DynamoDB - A NoSQL Database Service 12. Amazon Simple Queue Service (SQS) 13. Simple Notification Service (SNS) 14. AWS Simple Workflow Service (SWF) 15. CloudFormation Overview 16. Understanding Elastic Beanstalk 17. Overview of AWS Lambda 18. Key Management Services 19. Working with AWS Kinesis 20. Working with AWS CodeBuild 21. Getting Started with AWS CodeDeploy 22. Working with AWS CodePipeline 23. CI/CD on AWS 24. Serverless Computing 25. Amazon Route 53 26. ElastiCache Overview 27. Mock Tests 28. Assessments 29. Another Book You May Enjoy

Mock test 2

  1. An application hosted on an EC2 instance needs to write data into an S3 bucket, using the PUT method of the S3 API. What is the most secure way to authenticate s3:PutObject requests initiated by the application?

A: Create an IAM user with the s3:PutObject permission and configure the access key and secret key of this user in the application to access the bucket for writing objects.
B: Create an IAM role with the s3:PutObject permission and assign this role to the S3 bucket, where data needs to be stored.
C: Create an IAM role with the s3:PutObject permission and assign this role to the EC2 instance where the application is hosted.
D: Create a bucket policy that allows the s3:PutObject permission for everybody.

  1. What is visibility timeout in an SQS queue?

A: When a message is sent to the queue by a producer, visibility timeout is triggered and the message is automatically...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime