Back

AWS Certification Training Course for Solution Architect

Our AWS training is aligns with industry standards. This AWS Certification course includes SAA-C02 & C01 to help you clear AWS Solutions Architect Certification exam. Learn AWS skills while working on multiple case studies & projects, and master building highly scalable, and fault-tolerant applications.

Only Few Seats Left – No Prior Programming Knowledge Required.

Learning Format

Online Bootcamp

Live Classes

42+ Hrs

Career Services

by SGMS Academy

Fee

₹6550/Course*

About Program

In this comprehensive AWS course led by industry experts, you will learn skills such as AWS Elastic Cloud Compute, Simple Storage Service, VPC, Aurora database service, Load Balancing, Auto Scaling, AWS S3, etc. This AWS training will also prepare you for the AWS Solutions Architect certification exam.

Key Highlights

Free Career Counselling

We are happy to help you 24/7




    By providing your contact details, you agree to our Terms of use & Privacy Policy
    By providing your contact details, you agree to our Terms of use & Privacy Policy

    Who Can Apply for the Course?

    Skills to Master

    AWS EC2 & Elastic Beanstalk

    Amazon S3

    AWS Lambda

    AWS RDS & Dynamo DB

    Cloud Watch & IAM

    EBS, EFS & FSx

    ELB, Auto Scaling

    Global Accelerator

    CloudFormation

    OpsWorks

    AWS Global Infrastructure 

    AWS Well-Architected Framework

    AWS Network

    AWS Command Line Interface

    Auto-scaling

    Tools to Master

    Interested in This Program? Secure your spot now.

    The application is free and takes only 5 minutes to complete.

    By providing your contact details, you agree to our Terms of use & Privacy Policy

    1.1 What is Cloud Computing
    1.2 Cloud Service & Deployment Models
    1.3 How AWS is the leader in the cloud domain
    1.4 Various cloud computing products offered by AWS
    1.5 Introduction to AWS S3, EC2, VPC, EBS, ELB, AMI
    1.6 AWS architecture and the AWS Management Console, virtualization in AWS (Xen hypervisor)
    1.7 What is auto-scaling
    1.8 AWS EC2 best practices and cost involved.

    Hands-on Exercise – Setting up of AWS account, how to launch an EC2 instance, the process of hosting a website, and launching a Linux Virtual Machine using an AWS EC2 instance.

    2.2 Regions & Availability Zones(AZs)
    2.3 Pre-EC2, EC2 instance types
    2.4 Comparing Public IP and Elastic IP
    2.5 Demonstrating how to launch an AWS EC2 instance
    2.6 Introduction to AMIs, Creating and Copying an AMI
    2.7 Introduction to EBS
    2.8 EBS volume types
    2.9 EBS Snapshots
    2.10 Introduction to EFS
    2.11 Instance tenancy- Reserved and Spot instances
    2.12 Pricing and Design Patterns.

    Hands-on Exercise –
    1. Launching an EC2 instance
    2. Creating an AMI of the launched instance
    3. Copying the AMI to another region
    4. Creating an EBS volume
    5. Attaching the EBS volume with an instance
    6. Taking backup of an EBS volume
    7. Creating an EFS volume and mounting the EFS volume to two instances.

    3.1 Introduction to Elastic Load Balancer
    3.2 Types of ELB – Classic, Network, and Application
    3.3 Load balancer architecture
    3.4 Cross-zone load balancing
    3.5 Introduction to Auto Scaling, vertical and horizontal scaling, the lifecycle of Auto Scaling
    3.6 Components of Auto Scaling, scaling options and policy, instance termination
    3.7 Using load balancer with Auto Scaling
    3.8 Pre-Route 53 – how DNS works
    3.9 Routing policy, Route 53 terminologies, Pricing.

    Hands-on Exercise –
    1. Creating a Classic ELB
    2. Creating an Application ELB
    3. Creating an auto-scaling group
    4. Configuring an auto-scaling group
    5. Integrating ELB with Auto Scaling
    6. Redirect traffic from domain name to ELB using Route 53.

    4.1 What is Amazon VPC,
    4.2 VPC as a networking layer for EC2,
    4.3 IP address and CIDR notations,
    4.4 Components of VPC – network interfaces, route tables, internet gateway, NAT,
    4.5 Security in VPC – security groups and NACL, types of VPC, what is a subnet, VPC peering with scenarios, VPC endpoints, VPC pricing, and design patterns.
    Hands-on Exercise –
    1. Creating a VPC and subnets,
    2. Creating a 3 Tier architecture with security groups,
    3. NACL, Internet gateway, and NAT gateway,
    4. Creating a complete VPC architecture.

    5.1 Introduction to AWS storage
    5.2 Pre-S3 – online cloud storage
    5.3 API, S3 consistency models
    5.4 Storage hierarchy, buckets in S3
    5.5 Objects in S3, metadata and storage classes, object versioning, object lifecycle management, cross-region replication, data encryption, connecting using VPC endpoint, S3 pricing.

    Hands-on Exercise –
    1. Creating an S3 bucket
    2. Uploading objects to the S3 bucket
    3. Enabling object versioning in the S3 bucket
    4. Setting up lifecycle management for only a few objects
    5. Setting up lifecycle management for all objects with the same tag
    6. Static website hosting using S3.

    6.1 What is a database, types of databases, databases on AWS
    6.2 Introduction to Amazon RDS
    6.3 Multi-AZ deployments, features of RDS
    6.4 Read replicas in RDS, reserved DB instances
    6.5 RDS pricing and design patterns
    6.6 Introduction to Amazon Aurora, benefits of Aurora, Aurora pricing, and design patterns
    6.7 Introduction to DynamoDB, components of DynamoDB, DynamoDB pricing, and design patterns
    6.8 What is Amazon Redshift, and what are the advantages of Redshift
    6.9 What is ElastiCache, and why ElastiCache.

    Hands-on Exercise –
    1. Launching a MySQL RDS instance
    2. Modifying an RDS instance
    3. Connecting to the DB instance from your machine
    4. Creating a multi-az deployment
    5. Create an Aurora DB cluster
    6. Creating an Aurora replica
    7. Creating a DynamoDB table.

    7.1 Introduction to CloudFormation
    7.2 CloudFormation components
    7.3 CloudFormation templates
    7.4 The concept of Infrastructure-as-a-code
    7.5 Functions and pseudo parameters
    7.6 Introduction to Simple Notification Service, how does SNS work
    7.7 Introduction to Simple Email Service, how does SES work
    7.8 Introduction to Simple Queue Service, how does SQS work.

    Hands-on Exercise –
    1. Creating a CloudFormation stack
    2. Launching a t2.micro
    3. EC2 instance using CloudFormation
    4. Using CloudFormation to automate an architectural deployment
    5. Creating an SNS topic, creating a subscription within the topic
    6. Setting up SES and sending a mail
    7. Creating an SQS queue and sending a sample message.

    8.1 Pre-IAM, why access management
    8.2 Amazon Resource Name (ARN), IAM features
    8.3 Multi-factor authentication (MFA) in IAM, JSON
    8.4 IAM policies, IAM permissions, IAM roles, identity federation, pricing
    8.5 Introduction to CloudWatch, metrics and namespaces, CloudWatch architecture, dashboards in CW, CloudWatch alarms, CloudWatch logs, pricing, and design patterns
    8.6 Introduction to CloudTrail, tracking API usage.

    Hands-on Exercise –
    1. Creating IAM users and a group
    2. Creating an IAM policy and attaching it to the group
    3. Creating an IAM role
    4. Setup MFA for a user
    5. Creating a CloudWatch dashboard and adding metrics
    6. Create a CloudWatch alarm that triggers according to CPU Utilization of an EC2 instance
    7. Creating a billing alarm
    8. Creating a log group
    9. Creating a trail.

    9.1 What is AWS Lambda
    9.2 How Lambda is different from EC2
    9.3 Benefits and limitations of Lambda
    9.4 How does Lambda work
    9.5 Use cases of Lambda, Lambda concepts
    9.6 Integrating S3 with Lambda
    9.7 What is Elastic Beanstalk, how does Beanstalk work, Beanstalk concepts, Beanstalk pricing
    9.8 What is configuration management
    9.9 What is AWS OpsWorks, AWS OpsWorks benefits
    9.10 CloudFormation vs OpsWorks, services in OpsWorks, AWS OpsWorks Stacks, OpsWorks pricing.

    Hands-on Exercise –
    1. Creating a Lambda function
    2. Setting up Lambda triggers and destinations
    3. Creating an Elastic Beanstalk application
    4. Uploading a new version of the application to Beanstalk
    5. Creating a stack in OpsWorks
    6. Launching the instance using OpsWorks and automatically installing the application.

    10.1 What is Cloud migration
    10.2 Why migration is important
    10.3 Migration process in AWS, the 6 R’s migration strategy
    10.4 Virtual machine migration, migrating a local VM onto the AWS cloud
    10.5 Migrating databases using Database Migration Service (DMS)
    10.6 Migrating a local database to RDS
    10.7 Migrating an on-premises database server to RDS using DMS, and other migration services.

    Interested in This Program? Secure your spot now.

    The application is free and takes only 5 minutes to complete.

    By providing your contact details, you agree to our Terms of use & Privacy Policy

    Projects

    Projects will be a part of your Certification in AWS Solutions Architect.  to consolidate your learning. It will ensure that you have real-world experience in AWS Solutions Architect.

    Deploying a Multi-Tier website on AWS

    Enable fast scaling of a website by using AWS while ensuring low or zero upfront cost. This multi-tier website deploying project also required the learners to successfully launch EC2 Instance to develop and deploy applications.

    Deploy a website for high availability and high resilience

    The learners will design an available architecture that automatically scales its servers up and down based on the workload. Balancing the load by using ELB. the architecture should be decoupled to connect an RDS Database with EBE.

    Sending notifications to patients using push notifications

    The learners will design an architecture to send notifications to patients based on their doctor’s feedback. use SNS for sending messages and integrate EC2 with SNS topic for message storing. Secure EC2 instances by using subnets.

    Reviews

    ⭐⭐⭐⭐⭐ (1,213)

    01-img

    Ramya K

    Software Programmer at Cognizant

    This was the most in-depth and comprehensive course. I'm glad that the trainers came with exceptional industry experience and were patient enough to make each of us understand the concepts easily.

    02-img

    Vignesh Guntu

    Data engineer at Transamerica

    The video quality was top-notch and was backed by experienced trainers. whole team offered wonderful support to resolve any queries at any time. I would strongly recommend their training.

    naresh

    Naresh Yadav

    Solution Architect at Ericsson INC.

    I'm really happy with the training pace. the instructor carries good experience in the AWS platform and hence, is able to clear our doubts easily. the course material, assignments, and projects all helped me to get a job.

    03-img

    Hari Prasad

    Student

    The support team was really worth mentioning. I was awed that all of my queries got resolved in less than 24 hrs. they not only just give answers they mention examples every time.

    1-abc

    Raja Sekhar

    Senior developer at Optum

    The program was so professionally created and completely in line with the exam curriculum. thankyou team.

    Career Services

    Interview Preparation

    Mock Interview Preparation

    Students will go through a number of mock interviews conducted by technical experts who will then offer tips and constructive feedback for reference and improvement. (after 90% of the course completion.)

    1 on 1 Career Mentoring Sessions

    Attend one-on-one sessions with career mentors on how to develop the required skills and attitude to secure a dream job based on a learners’ educational background, past experience, and future career aspirations. (After 90% of the course completion.)

    Job Assistance

    Placement Assistance

    Placement opportunities are provided once the learner is moved to the placement pool. Get noticed by our 600+ hiring partners. (After 100% of the course completion.)

    Exclusive access to our Job portal

    Exclusive access to our dedicated job portal and apply for jobs. More than 600 hiring partners’ including top start-ups and product companies hiring our learners. Mentored support on job search and relevant jobs for your career growth.

    Profile Building

    Career Oriented Sessions

    Over 10+ live interactive sessions with an industry expert to gain knowledge and experience on how to build skills that are expected by hiring managers. These will be guided sessions and that will help you stay on track with your up skilling objective.

    Resume & LinkedIn Profile Building

    Get assistance in creating a world-class resume & Linkedin Profile from our career services team and learn how to grab the attention of the hiring manager at profile shortlisting stage

    Our Alumni Works At

    Interested in This Program? Secure your spot now.

    The application is free and takes only 5 minutes to complete.

    By providing your contact details, you agree to our Terms of use & Privacy Policy

    Program Cohorts

    Date
    Time
    Batch Type
    Batch-1
    18th Mar 2023
    08:00 PM IST
    Weekend

    Frequently Asked Questions

    Upon completion of the AWS Solutions Architect training course and execution of the various projects in this program, you will receive the Certificate.

    If you fail to attend any of the live lectures, you will get a copy of the recorded session in the next 12 hours. Moreover, if you have any other queries, you can get in touch with our course advisors or post them on our community.

    To be eligible for getting into the placement pool, the learner has to complete the course along with the submission of all projects and assignments. After this, he/she has to clear the PRT (Placement Readiness Test) to get into the placement pool and get access to our job portal as well as the career mentoring sessions.

    Yes, It’s depends upon the number of students from the college. more students, more discount will be there.

    It’s life time free and after enrolling you can participate ‘n’ number of times in the live classes.

    What is included in this course?

    Interested in This Program? Secure your spot now.

    The application is free and takes only 5 minutes to complete.

    By providing your contact details, you agree to our Terms of use & Privacy Policy