AWS Solution Architect Practical Assignments
AWS Solution Architect Practical Assignments
3
3. Tick on free tier and select AMI AMZON from free tier services.
4
6. Click on review and launch.
5
8. Click on launch Instance.
6
02: Creating VPC
VPC (Virtual Private Cloud): Amazon Virtual Private Cloud
(Amazon VPC) enables you to launch Amazon Web Services (AWS)
resources into a virtual network you've defined. This virtual network
resembles a traditional network that you'd operate in your own data
centre, with the benefits of using the scalable infrastructure of AWS.
7
3. Click on your VPC and create VPC.
8
03: Configure Subnet
9
Configuration of Private Subnet
3. Now click on Subnet to configure private subnet.
10
Configuration of Public Subnet
11
6. Then click on create subnet.
8. Then click on attach to a VPC and browse the VPC and select attach
Internet Gateway.
12
Configuration of Route Table
9. Click on Route Table and click on Create route table.
10.Provide its Name tag and browse VPC. Then click on Create.
13
11.Then go to Subnet Association under its detail and select public
subnet and click on save.
12.Now go to Route and click on Add Route and give its Destination
and target.
14
13.Open EC2 service then where we can find our custom VPC, Subnet.
15
04: EBS
16
3. Provide its size and click on Create Volume.
17
4. After volume creation, create a EC2 instance.
5. Select its Machine image as a “Free tier only”.
18
8. Now Add Storage.
19
05: LOAD BALANCER
20
3. Select Machine Image to Free tier only.
21
6. Now Configure security group by providing type (http, https).
22
9. Now click on Load Balancer.
10.Then click on Application Load Balancer and provide its name, VPC,
availability zone (choose two).
23
12.Now configure Routing by providing its target name. Then click on
next select one instance and register it.
24
25
06: AWS LAMBDA
26
3. Click on Create function and provide function name, runtime.
4. Now we execute our code and even upload our code file from S3
bucket also.
27
5. Now go to text editor type your code and test it.
28
07: Auto Scaling
About Auto Scaling: 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 multiple services in minutes.
29
3. Tick on free tier and select AMI AMZON from free tier services.
30
6. Click on review and launch.
31
8. Click on launch Instance.
32
11. We can extend volumes (EBS).
13. Then select that configuration and click on Action and select create
auto scaling group.
33
14. Provide Security group name and click next.
34
17. In configure group size and autoscaling policies set Maximum
capacity as 2 and click next.
35
20. Then go to EC2 Dashboard and click on the instance and click on
Action >> Instance Settings >> Attach auto scaling group.
36
08: Cloud Watch
About Cloud Watch: Amazon CloudWatch is a monitoring and
management service that provides data and actionable insights for
AWS, hybrid, and on-premises applications and infrastructure
resources. With CloudWatch, you can collect and access all your
performance and operational data in form of logs and metrics from a
single platform.
37
3. Now click on Create alarm and do configuration.
38
5. Now select storage matrix as well as bucket.
AbhishekDas4499
AbhishekDas0317
AbhishekDas0317
39
7. Click on next and select alarm trigger.
41
09: Amazon RDS
About Amazon RDS: Amazon Relational Database Service
(Amazon RDS) makes it easy to set up, operate, and scale a relational
database in the cloud. It provides cost-efficient and resizable capacity
while automating time-consuming administration tasks such as
hardware provisioning, database setup, patching and backups.
42
3. Then select MySQL database and select its version.
43
5. And in settings provide its name, master username, password.
44
7. In Connectivity, allow public access and also choose subnet group
and VPC security group.
45
9. Then go to EC2 and click on security group.
46
12.Now browse this site
https://dev.mysql.com/downloads/workbench/ “and download
MySQL installer.
47
14.Then click on database >> connect database.
48
17.After successful connection we can create database.
49
10: AWS CLI
50
3. Then click on Access Key and Create New Access Key.
4. Now click Show Access Key, then it will show Access key ID as well
as Secret Access Key.
51
5. Now search for Aws Command Line Interface, Download and
install it.
52
7. Then Provide Access key ID and Secret Access key.
53
9. Then type “aws ec2 create-vpc –cidr-block 10.0.0.0/16”.
54