Topics Covered
Fundamentals of Datacenter
Fundamentals of Servers
Fundamentals of Cloud Computing
Cloud Providers - AWS vs AZURE vs GCP
Use Case Of Applications On Cloud
AWS - Cloud Terminologies
AWS - Security
AWS - High Availability
AWS - Fault Tolerance
AWS - Scalability
Walk through AWS Free Tier Account
AWS Management Console
Cloud Offerings - IAAS vs PAAS vs SAAS
IAAS - Infrastructure As A Service
PAAS - Platform As A Service
SAAS - Software As A Service
Topics Covered
Introduction to Linux OS
Linux Distributions
Linux Architecture
Understanding Command Line Interface - CLI
Understanding Linux File System
Using Text Editor (vi)
File & Directory Management
Archive Files Using tar and zip utilities
Package Management
User Management
File Permissions
Service Management
Topics Covered
Introduction to Application Stack
Understand Different components of an application
Understand Frontend Tier - Presentation Layer
Understand Backend Tier - Business Logic
Understand Database Tier - Data Layer
Installing and Configuring Apache HTTP Server
Deploying Frontend Application, Using Apache HTTP Server
High Availability Concepts For Production Scenario
Load Balancing with AWS Classic Load Balancer
PHP Setup For Deploying Backend Tier
Creation of RDS instances in AWS for application stack
Understand the architecture of an application
Integration of Web, Application and Database to work as a stack
Setting Up Web Application - Presentation + Business + Data
Topics Covered
AWS Global Footprint
Overview of AWS Services
AWS Regions
AWS Availability Zones
AWS Edge Locations
Topics Covered
Networking Layer
Traditional Networking Components
Logical Data Centers
Understanding Requirements From Client
Amazon VPC Features & Benefits
Amazon VPC Components Overview
Networking Basics - Protocol - Port - Firewall
Understanding Default VPC
Designing Custom VPC - Client Requirement
VPC Routing Basics
AWS Internet Gateway
VPC Subnetting
VPC Public Subnets
VPC Private Subnets
VPC Route Tables
VPC NACL’s
VPC Security Groups
Hands On
Creating Custom VPC
Creating Subnets
Creating Internet Gateways
Creating Route Tables
Creating Security Group
Creating Network ACL
Topics Covered
Fundamentals of Virtualization
Desktops vs Servers
Amazon EC2 Features
Amazon EC2 Components
Amazon EC2 Instance Types
Amazon EC2 Purchase Options
Amazon Machine Images (AMI)
EC2 IP Address Types Private vs Public vs Elastic
Amazon EC2 Userdata
Amazon EC2 Metadata
Hands On
Launch and Connect to an EC2 instance
Work with SSH Key Pairs
SSH Softwares - GitBash & Putty & Terminal
Deploying Web Applications On EC2 Instance
Setup Elastic IP For EC2 Instance
Deploying Web Application Using Userdata
Fetching Metadata for Dynamic Scripts
Design Dynamic Scripts Using Userdata & Metadata
Topics Covered
Amazon EBS Features
EBS ROOT Volume
EBS ADDITIONAL Volume
EBS Volume Types
EBS Volumes Limitations
EBS Volume Backups - SNAPSHOTS
Disaster Recovery with SNAPSHOTS
Custom Amazon Machine Images
Hands On
Creating EBS Volumes
Attaching EBS Volumes
Create an Custom AMI
Copy AMI To Other Regions
Backing Up Volumes - EBS Snapshots
Recovering Volumes - EBS Snapshots
Copy Snapshots to other regions
Topics Covered
Shared File Systems - NFS
Amazon EFS Features
EFS Fully Managed
EFS Use Cases
EFS Storage Classes
EFS Mount Points
EBS vs EFS
Hands On
Provision EFS File System
Configuring Firewalls For EFS Access
Shared File Access across Multiple Instances
Shared File Access across Multiple Availability Zones
Topics Covered
Online Data Storage
Amazon S3 Features
EBS vs EFS vs S3
Use Case - What Storage To Opt - Client Req
Amazon S3 Buckets
Amazon S3 Objects
Amazon S3 Access ACL's
Amazon S3 Access Bucket Policy
Amazon S3 Storage Classes
Amazon S3 Lifecycle Policy
Amazon S3 Versioning
Amazon S3 Web Hosting
Hands On
Create S3 Buckets
Uploading S3 Objects
Control Access Permissions On S3 Buckets
Control Access Permissions On S3 Objects
S3 Storage Classes - Lifecycle Management
S3 Versioning
S3 Web Hosting
Topics Covered
Account & Services Layer
IAM Overview
Root User vs IAM User
IAM Access Ways
IAM Policies
IAM Groups
IAM Roles
Hands On
Creating an IAM User
Creating an IAM Group
Creating an IAM Policy
Creating an IAM Role
Topics Covered
Graphical Interface vs Command Line Interface
AWS CLI Features
AWS CLI Configurations
Understanding CLI Reference
Hands On
AWS CLI on Amazon Linux
Install AWS CLI on CentOS
Configure AWS CLI
Using Multiple CLI profiles
Creating a Custom VPC Using AWS CLI
Topics Covered
Graphical vs Command Line Interface vs Code
Infrastructure Challenges
Infrastructure As Code - IaC
AWS Cloud Formation Features
AWS Cloud Formation Templates
AWS CloudFormation vs Terraform
Hands On
CloudformationTemplate JSON
Cloudformation Template YAML
Creating a Custom VPC Using Cloudformation
Configure Reusable Infrastructure Using Cloudformation
Topics Covered
VPC Peering
Bastion Hosts
Nat Gateway
Hands On
VPC Peering
Bastion Hosts
Nat Gateway
Topics Covered
Database Concepts
Databases & Tables
IAAS Database - MySQL
PAAS Database - MySQL
IAAS vs PAAS
Relational Database Service (RDS) - Features
RDS Read Replica
RDS Multi AZ Failover
Hands On
Create IAAS MySQL Database
Setup Java Web Application - IAAS MySQL
Create PAAS MySQL Database
Setup Java Web Application - PAAS MySQL
Create RDS Read Replicas - PAAS MySQL
Create Multi AZ Failover For Production Setup
Topics Covered
Elastic Beanstalk Features
Server Setup - PAAS
Apache Tomcat Use Case
Hands On
Create Beanstalk Environment - Tomcat
Deploying Java Web Application
Connecting Web Application to RDS Instance
Checking High Availability & Fault Tolerance
Topics Covered
Simple Notification Service - SNS
SNS Topics
SNS Subscriptions
SNS Publishers
Monitoring - Cloudwatch
Cloudwatch Dashboards
Cloudwatch Alarms
Hands On
Create SNS Topic
Create SNS Subscriptions
Publish Messages Using SNS
Create Cloudwatch Dashboard
Create Cloudwatch Alarm
Configure Email For High CPU Usage
Take EC2 Action Using - Cloud Watch
Topics Covered
Designing Highly Available VPC
Introduction to Load Balancing
Generic Load Balancer - NGINX
Classic Load Balancer
Network Load Balancer
Application Load Balancer
Hands On
Implementing Generic Load Balancer - NGINX
Implementing Classic Load Balancer
Implementing Network Load Balancer
Implementing Application Load Balancer
Topics Covered
Introduction to Fault Tolerance
Introduction to Scalability
Launch Configurations
Auto Scaling Groups
Hands On
Create Launch Configurations
Create Auto Scaling Group
Creating UpScale Policy
Creating DownScale Policy
Attach Load Balancer to Auto Scaling
Topics Covered
Introduction to DNS
Understanding DNS Tree Structure
Amazon Route 53 Overview
Amazon Route Hosted Zones
Amazon Route Record Sets
Topics Covered
Introduction To Lambda
Introduction To API Gateway
Deploy Serverless Website
Deploy Nodejs Lambda Function
In this AWS project, we will create and configure a static website. We will go through configuring that static website with a custom error page. This will demonstrate how to create a cost-efficient website hosting for sites that consist of files like HTML, CSS, JavaScript, fonts, and images.
In this project, we create a new VPC for our AI Product to run from. We then create a VPC peering connection between the new VPC and an existing database VPC. By the end of this project, the user will understand how to create a new VPC from scratch, attach internet gateways, edit routing tables, and peer multiple VPCs together.
In this project, we configure an Application Load Balancer to distribute network traffic to multiple EC2 instances. By the end of this project, the user will understand how to create an Application Load Balancer and handle load.
Cloud Formation is a powerful automation service within AWS. This project provides a gentle introduction to Cloud Formation, using it to create and update a VPC. By the end of this project, you will be comfortable using Cloud Formation and can begin experimenting with your own templates.
The Capstone project is the main and the final project that offers hands-on environment which validates the knowledge and skills that are learnt through AWS course. The project contains multiple activities such as Understand the requirements and the process to deploy an EC2 Instance, setup the IAM and security requirements and network requirements such as a VPC. Deploying an EC2 instance.
Interpreting Salesforce journey to understand the scope of AWS systems that accelerate their tech innovation capability and business agility followed by the creation of highly available and fault tolerant solutions.
Adapting the Cricclubs’ AWS approach to build secured, scalable and cost-efficient systems that reinforce agile development, which further increases the speed and flexibility of their applications.
Our AWS training has precisely been developed to reach out to the demand of the learners with
keeping in mind the industry standards.
This AWS course will particularly be helpful for the career advancement of the following audience -
Graduates from the College.
Currently working employees looking to upskill themselves.
Candidates looking for a change in the IT Field.
As such, there are no specific prerequisites for AWS Training in Hyderabad. If you are familiar with programming and foundation skills with a sense of curiosity and willingness to learn you are all set for the AWS training.
AWS Training Classes are conducted over the Weekdays and Weekends through classroom and online sessions. Please get in touch with the Digital Lync team to get exact schedule and timings.
AWS Course duration is 50 hours.
Weekday AWS Training classes will be one hour long and Weekend classes will be three hours long.
Please find the detailed AWS course curriculum in the Digital Lync AWS training curriculum section.
Yes, we will assist our students with all the interview preparation techniques
2nd Floor, Hitech City Rd, Above Domino's, opp. Cyber Towers, Jai hind Enclave, Hyderabad, Telangana, 06304982304