Book Image

AWS Certified Developer - Associate Guide

By : Vipul Tankariya, Bhavin Parmar
Book Image

AWS Certified Developer - Associate Guide

By: Vipul Tankariya, Bhavin Parmar

Overview of this book

AWS Certified Developer - Associate Guide starts with a quick introduction to AWS and the prerequisites to get you started. Then, this book gives you a fair understanding of core AWS services and basic architecture. Next, this book will describe about getting familiar with Identity and Access Management (IAM) along with Virtual private cloud (VPC). Moving ahead you will learn about Elastic Compute cloud (EC2) and handling application traffic with Elastic Load Balancing (ELB). Going ahead you we will talk about Monitoring with CloudWatch, Simple storage service (S3) and Glacier and CloudFront along with other AWS storage options. Next we will take you through AWS DynamoDB – A NoSQL Database Service, Amazon Simple Queue Service (SQS) and CloudFormation Overview. Finally, this book covers understanding Elastic Beanstalk and overview of AWS lambda. At the end of this book, we will cover enough topics, tips and tricks along with mock tests for you to be able to pass the AWS Certified Developer - Associate exam and develop as well as manage your applications on the AWS platform.
Table of Contents (29 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface
Index

Shared security responsibility model


Before developing, designing, and implementing cloud solutions, it is important to understand the security responsibility shared between AWS and the customers who consume these services. The following figure distinguishes the responsibilities of AWS as a cloud service provider and the customers who consume these services:

Figure 2.20: Reference URL: https://aws.amazon.com/compliance/shared-responsibility-model/

AWS cloud shared responsibility between service providers and customers

Amazon promises that security is its highest priority as a public cloud service provider. AWS is committed to providing consistent, robust, and secured AWS public cloud services to their customers. Amazon achieves this by securing foundation services, that is, compute, storage, database, and networking, and global infrastructures such as regions, AZs, and edge locations. Customers have to manage the security of their data, operating systems, application platforms, applications...