AWS CP - Sruya Kiran Sir Notes
AWS CP - Sruya Kiran Sir Notes
AWS CP - Sruya Kiran Sir Notes
AWS CP - CLF 02
Number of Questions: 65
12 months duration, but you have to use every service in AWS with in the limits
It is used to provide access like roles, permissions and assign policies to AWS users
IAM Identies
1. IAM Groups
2. IAM Users
3. IAM Roles
4. IAM Permissions Policies / Policies [AWS and Organization]
Root user : Root user is the one who will create an AWS account and he will only manage the bill
console. He is also called as admin
S3 is not about storate, it is used to deploy static files like HTML with CSS also
LAB-3: Demonstration of s3 bucket with bucket versioning and static file hosting.
Types of cloud:
Cloud Computing:
On demand (cloud)
On premises(local)
Regions
Lab – 4 :
Security group(SG):
It is a fire wall which contains incoming rules and out going rules [ incoming / outgoing rules]
Note: For every region, there will be one default security Group.
Note: For every region, there will be one VPC (virtual private cloud)
.pem (privacy enhanced mail) : this file will be generated by AWS directly
Key pair is used to provide security to the EC2 instance ans it used to check authentication while
connecting to the EC2 instance using SSH (secure shell)
Note : for every avalibality zone, ther will be one default subnet
LAB- 05: Demonstration on EC2 Instance with Linux AMI and Userdata
DynamoDB:
1. This AWS Service is used to store unstructured data (no SQL – Not only SQL)
2. Dynamo DB is schema less database in which records will be inserted in the form of
JSON(Java Script Object Notation)
3. DynamoDB contains Table and primary key.
Primary key = Partition key+ Sork key (optional)
Key is an attribute or more than attribute used to uniquely identify the records in the table
RDS makes it very easy to setup relationships in cloud instead of concentration on data base
features you can concentrate more on application to provide high availability, security,
compatability.
1. Mysql
2. Postgresql
3. Maria database
4. Aurora
5. Oracule
6. Microsoft sql server
Lab – 07:
dbinstancejan31
root
klef1234
3306
awscp
dbinstancejan31.cdiyeam2ai2s.us-east-2.rds.amazonaws.com
creating a table:
create table student
(
id int primary key,
name varchar(30) not nul
);
Lab -8:
AWS Lambda:
This service is used for sever less computing, in this we are going to create function based
on any specific programming language or run time environments.
The main use of lambda is, server management will be done by lambda and the coding part
will be carried out by developer.
NOTE:
Every lambda function must be tested by using event, whatever the data is submitted while testing
the event will be saved under event variable. Event variable is of JSON(key value pair)
Lab- 09: Creating of cloud Watch Billing Alaram for Billing Alerts
VPC –
Subnet:
- It is a segmented portion of larger network such as VPC where you can place and orginaze
resources.
- It allows you to partion ip network into smaller network or more network.
There are two types of subnet
1. Private
2. Public
Lab -10: Demo on VPC peer connection between two EC2 instances.
It may be used to gather metric, collect and monitor log files , create alarms and automatically
Cloud Trail: cloud trail is a AWS services that keeps records of activities taken by users , roles.
It provides a automatic way to track the event history of all AWS accounts in a single location
Athena:
This service is used to quiring Cloudtrail data and makes its easy to analysis directly in S3 bucket
using standard SQL quries.
Lab-12: Demonstration on AWS Lambda Function to copy the data from one S3 bucket to another S3
bucket.
1) Copying the object from one S3 bucket to another s3 bucket using lambda function (python
code)
2) Copying the object from one s3 bucket(source) to another s3 bucket (destination) using s3
trigger.
Input : S3 input bucket name, key
- It is a compute service that makes it easier for developers for manage the application.
- Developers can simply upload their code in cloud then let AWS EBS provision and handle the
configuration.
- It is a security system that controls incoming and outgoing traffic form web sites from AWS
cloud. And it protects applications form common web attacks.
Auto Scaling:
- it monitors the yours application and automatically adjust the capacity to maintain the
steady performance, predictable performance at lowest possible cost.
- Using AWS auto scaling it is easy to set up applications scaling for multiple services.
- It is a service in which incoming traffic will be efficiently distributed among the server which
will increase the speed.