Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Uncategorized

AWS – Autoscaling and Launch

AWS – Autoscaling and Launch Configuration AWS Auto Scaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost. Using AWS Auto Scaling, it’s easy to setup application scaling for multiple resources across…

AWS – Elastic Load Balancer

AWS – Elastic Load Balancer (ELB) Theory + Lab  Elastic Load Balancer Elastic Load Balancing automatically distributes your incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses, in one or more Availability Zones.  It monitors the…

AWS – DyanmoDB

AWS – Dynamodb Theory + Lab  Structured Data When data is stored in the form of tables and tables contain rows and columns.For example, If you store the data in any DBMS or RDBMS then it is structured data. Student…

AWS- Cloud Front

AWS- CloudFront Theory + Lab  AWS Edge locations are data centers closer to Regions and their purpose is different from Availability Zone(AZ) Data Centers. These Edge Locations are for Content Delivery Network (CDN). Like in AZ you can create an…

AWS – EBS

AWS – EBS EBS Volume Types Amazon EBS provides the following volume types Solid state drives (SSD) —  Optimized for transactional workloads involving frequent read/write operations with small I/O size, where the dominant performance attribute is IOPS. Solid state drives…

AWS – IAM

AWS – IAM ( Identity Access Management) Create users and Groups Access to users Programmatic:- If a user connects to AWS using a program or Aws CLI then you need to provide the programmatic access. It is has confidential inforation…