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

AWS soft limits


For every AWS account, region-based limits are enabled for each AWS service. Such limits restrict an AWS account to provisioning limited numbers of resources in a specific AWS service. For example, a news AWS account can provision around 20 EC2 instances. This limit may vary according to resource types and the  respective AWS services. Some of these limits are soft limits and you can raise a support request to AWS to revise this limit in your AWS account.

AWS Trusted Advisor displays account usage and limits for each specific service region.

Authorized IAM users or root accounts can place a request with AWS support to increase such service limits.

Here's how you can request a change in service limits:

  1. Log in to your AWS account; in the top right-hand side corner click on the Support drop-down menu and select Support Center.
  2. Click Create Case and select Service Limit Increase.
  3. Select the AWS service whose limit is to be increased in the Limit Type drop-down menu.

Note

When any resource...