45 working days
Course Duration
Telugu
Teaching Language
Online
Mode Of Teaching
Dec 28, 2023
Start Date
Life Time
Content Access
Naga
Trainers
Fee Stucture
₹9,000 + 18% GST
(₹10,620)
Batch Timings
Monday to Friday
08:30 PM - 10:30 PM(IST - Morning)
Course Syllabus
1. Introduction
- Traditional IT environment setup.
- What is the Cloud Computing
- Public, Private and Hybrid cloud
- Deployment models in Cloud Computing
- AWS cloud discussion
- Pre-requisites
- AWS Account Creation
- How to work within free tier limits in AWS?
- AWS global infrastructure
- AWS Regions, Availability zones
- Hands on - setup your free AWS account
- Quiz-1
2. Identity and access management
- Introduction to IAM
- Users, Groups, Roles and Policies in IAM
- Hands on - Users, Groups, Roles and Policies in IAM
- Programmatically working with Users, Groups, Roles and Policies
- AWS managed policies, Customer managed policies and AWS manged policy-Job roles.
- AWS Inline policies.
- Permission boundaries.
- MFA, Password policy setup.
- Policy Simulator
- Apply IAM role to an EC2 instance and observe the difference.
- EC2 Instance Metadata
- AWS SDK (Software development kit)
- AWS CLI.
- IAM Best Practices
- Quiz-2
3. Simple Storage Service (S3)
- What is the Simple Storage Service (S3)?
- Bucket policies
- Access Control Lists(ACLs)
- Storage classes
- Versioning
- Replication
- Cross-region replication
- Static Webhosting with S3 bucket
- S3 encryption, security
- Quiz-3
4. S3 Advanced concepts
- Life cycle management
- Events in S3
- S3 Select & Glacier Select
- Working S3 using Command line interface -CLI
- Batch Operaions
- Quiz-4
5. S3 Security
- Encryption
- CORS
- MFA Delete
- Access logs
- Presigned URLs
- Access Points
- Quiz-5
6. Virtual Private Cloud (Networking)
- VPC architecture
- Classless Inter-Domain Routing (CIDR)
- Default VPC
- Subnets
- Internet Gateway(IGW) - Route Tables
- Route Tables
- NAT Instances
- NAT Gateway
- NACL & Security Groups
- NACL vs SG
- VPC Endpoints
- Explain VPC peering – Same region, different region and different account
- Quiz-6
7. Linux
- Linux Introduction
- Flavours of Linux
- Linux History
- Linux Advantages
- System Information
- Hardware Information
- File Commands
- VIM Editor
- Users
- Groups
- File Permissions
- Networking
- Compression/Archieve
- Disk usage
- Package Installation
- Scripting
- FHS/Directory System
- Linux Filters
- Linux Man pages
- SED Filters
- GREP Filters
- Project
8. Elastic Compute Cloud (EC2)
- Introduction to EC2 and instance types
- EC2 Dashboard and Global view
- EC2 Purchase options
- Launch EC2(Linux and Windows)
- EC2 Instance state discussion
- Instance settings discussion
- Networking concepts discussion
- Security concepts discussion
- Images and troubleshoot discussion
- Generating custom Public Key and Private keys for EC2 instances (Keypairs)
- Different ways to connect the EC2 instance
- Change the KeyPair to the existing EC2 instance
- Security groups
- Status Checks
- Elastic block storage(EBS Volumes) creation
- EBS volume types discussion
- Attach & Detach EBS Volumes to the EC2 insatnace
- Mount the EBS Volumes
- Attach single EBS Volumes to the multiple EC2 insatnace
- EBS Volumes Encryption
- Snapshot creation
- Create the volume using the Snapshot
- Create the AMI Image using the Snapshot
- Difference between AMI & Snapshot
- How to search instances by different attributes?
- Creating customized Amazon Machine Images
- Elastic Load Balancers – ELBs and Health check
- Auto Scaling groups
- Cloud Watch
- Creating Billing Alarm and EC2 instance alarms.
9. Elastic File system (EFS)
- How to create EFS?
- How to attach mount point?
- How to store files in EFS?
- How to attach multiple EC2 instances to one EFS at a time?
10. Route 53
- DNS Records overview
- Routing Policies
- Hosting sample Website and configuring Policies
- Simple Routing Policy
- Latency Routing Policy
- Failover Routing Policy
- Weighted Routing Policy
- Geolocation Routing Policy
11. Lambda
- What is the Lambda and how to create a simple lambda function?
- Role significance in the Lambda function
- Deploy a website into Lambda function
- Deploy simple code into Lambda function and test
- Layers in the Lambda function
- Lambda function environment discussion
- Step functions in Lambda
- Triggers in Lambda function.
- Trigger Lambda using CloudWatch Events.
- Trigger Lambda using S3 Event
- Trigger Lambda using API Gateway
- Create Version to the Lambda function
- X-Ray active tracing
- Destination configuration
- Monitor the Lambda function
- Environment variables and roles
- Troubleshoot the Lambda function errors
12. API Gateway
- What is an API?
- Create HTTP API using API gateway
- How to work with APIs programmatically?
13. Relational Database Service (RDS)
- What is the Database and the RDS?
- Create an RDS instance using MySQL
- How to delete the RDS instance?
- Working AWS Arora.
- Snapshots, backups
13. DynamoDB
- Introduction to NoSQL, RDS and DynamoDB
- Create a simple DynamoDB table
- Query and scan
- GSI and LSI
- How to delete a table?
14. Simple Queue Service (SQS)
- What is SQS and how to work with it?
- What is visibility timeout?
- Standard(Default) Queue
- FIFO Queue
- Retention period
15. Simple Email Service (SES)
- What is SES and how to work with it?
- Identity verification
- Seding email using SES
16. Simple Notification Service (SNS)
- What is SNS and how to work with it?
- SNS Topic creation
- SNS subscriptions
- Publishing email using SNS
17. Cloud Watch
- What is the Cloud Watch and how to work with it?
- What is default monitoring?
- What is Detailed monitoring?
- Cloudwatch Dashboard creation
- Cloudwatch Alarm Setup
- Cloudwatch Events
- Cloudwatch Logs
- Cloudwatch Materics
- Cloudwatch Events
18. Key Management Service (KMS)
- What is KMS and how to work with it?
- How to encrypt an S3 bucket using KMS?
- How to encrypt user passwords using KMS and store in the MySQL database? (Video)
19. Cloud Trail
- What is the Cloud trail and how to work with it?
20. Infrastructure As A Code - Cloud Formation
- What is the Cloud formation and how to work with it?
- How to create a Cloudformation template using YAML?
- How to create a cloudformation stack?
- How to View Infrastructure using designer view?
- Creating a VPC, Subnets, IGW, Route table, Enabling DNS hostnames using Cloudformation.
21. Infrastructure As A Code - TERRAFORM
- Introduction
- History
- Uses
- Advantages & Disadvantages
- TERRAFORM Setup and Installation
- TERRAFORM INIT
- TERRAFORM Plan
- TERRAFORM Apply
- TERRAFORM Destroy
- Creating a Terra file (MAIN.TF)
- Creating VPC
- Creating EC2
- Creating S3 Bucket
- Creating Security Groups
- Creating Subnets
- Role Based Authentication
- S3 backend setup
- TERRAFORM variables
- String
- Number
- Boolean
- List
- TERRAFORM loops
- TERRAFORM workspaces
- TERRAFORM locals
- TERRAFORM outputs
- TERRAFORM multiple TFVAR files
- Creating Efs
- Terraform Modules
- Terraform Alias
- Terraform validate
- Working with Files and folders
- Meta arguments
- Counting index
22. CI/CD
- What is the Continuous Integration and how to work with it?
- What is the Continuous Deployment and how to work with it?
- How to build an application using Maven?
23. GIT
- What is GIT and how to work with it?
- GIT clone
- GIT Fork
- GIT Add
- GIT Commit
- GIT Push
- GIT Pull
- GIT INIT
24. Elastic Beanstalk
- What is the Elastic Beanstalk?
- How to deploy a website using Elastic Beanstalk?
25. Amazon ElastiCache
- What is the Amazon ElastiCache and how to work with it?
26. AWS Pinpoint
- What is the AWS Pinpoint service and how to work with it?
27. Cloud Front
- What is the Cloud Front and how to work with it?
- Working with Cloud Front using S3.
28. Migrations
- Migrating complete On-permis Web application to Cloud native.
- Migrating complete On-permis MySQL database to RDS
29. Snowball
- What is snowball?.
- Types of Snowball devices.
30. Real Time projects
- E-Commerce application for textile business (Essence application)
- Online Food devlivery System (Hosting on Apache Tomcat Server)
- Hosting a web application by integrating Database servers using IAAS
- Deploy a Java Application using PAAS
- Deploy a PHP application using IAAS and PAAS(Book store management)
31. Azure topics (Videos)
- Azure Introduction
- Vnet/Subnet
- NSG/ASG
- Route Table
- NAT
- Storage account
- Virtual Machine
- VM/ VM scaleset/ availability set/ OS Image
- Azure AD, IAM
- Managed Identities
- Azure DNS
- Azure Key Vault
- Azure Data Factory
- App services
- Function Apps
- Azure Monitor
- Load Balencer
- Application Gateway
- Azure CLI
32. MySQL (Videos - Free to this batch)
- What is a Database?
- What is RDBMS?
- What is the Normalization?
- How to install MySQL?
- What is the Workbench in MySQL?
- Create a Databse,table in MySQL
- Delete a Databse,table in MySQL
- Data types in MySQL
- What are the DDL, DQL, DML, DCL and TCL Commands in SQL
- Constraints
- AutoIncrement
- MIN() and MAX() Functions
- COUNT(), AVG() and SUM() Functions
- NULL Functions
- LIKE Operator
- Wildcard Characters
- IN, BETWEEN Operators
- LIMIT Clause
- ORDER BY Keyword
- UNION, UINON
- Aliases
- COMMENTS
- INDEX
- Condition(WHERE,HAVING,AND,CASE, OR and NOT Operators) in a Query
- What is a stored procedure and How to write it?
- What is a view and How to write it?
What we provide
|
|
|
|
|
|
|
FAQs
Why to choose Cloud computing in Telugu to learn this course?
- Cloud computing in Telugu is one of the best platform to learn the leading software courses in Telugu. We provide you 100% written and video material with life time access. Our trainers are well experienced and passionated on teaching. All the sessions are going with live and interation with the trainers.
Why to learn AWS Cloud?
- AWS Cloud is one of the leading IT course which has good demand across the world. Now a days, many IT companies are trying to migrate their workloads into the cloud environment. AWS is one of the best good choice to them.
Do I get demo/free classes before the enrollment and how to enroll this course?
- Yes, we provide free demo classes before the start of every batch and you can pay using UPI, Credit card and Account transfer option. Student can attend the demo class for free and then decide to pay.
How do I get support from the trainer in case I get any doubts during the practice?
- Daily after completion of the class, we give time to the students to ask their doubts. After that, student will get a discussion fourm to post their doubts and get clarification.
Do I get job immediately after complete this course?
- Getting job is always depends upon the student capability and market demand. We encourge our students to pratice a minimum 3 hrs in a day which really helps to get the job.
Do you provide certificate after completion of the course?
- Yes, we provide certificate to the students who completed with good attendance.
Do you provide job gurantee after completion of this course?
- We never provide job gurantee to the students. Instead, we provide placement assistance for 1 year from the enrolment date. It means, we provide you jobs information. Student should apply, attend and get the job.
Do I have option to cancel the enrolment and get the fee after join?
- No, there is no any refund program with us.
Is there any option available to change the batch or timings in case I miss classes for longtime?
- No, we don't provide such options to the students. We provide all recorded sessions to our students with life time access.
Do I get any support from the trainer or institute after completion of the course?
- Student will get very limited support only after completion of the course. During the course student will get 100% support.