You are on page 1of 14

AWS SERVICES

 Team Name: Giants

 Team Members:
P.Venkata Balaji
M.Hemanth
B.Adi Mahesh
P.Prem Kumar
AWS SERVICES
 Amazon EC2
 Amazon IAM
 Amazon CloudWatch
 Amazon CLI
 Amazon LightSail
 Amazon S3
 Amazon Elastic Block Store(EBS)
 Amazon Database
 Amazon Lambda
 Amazon Security Groups
Amazon EC2

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable


computing capacity in the Amazon Web Services (AWS) Cloud.
Using Amazon EC2 eliminates your need to invest in hardware up
front, so you can develop and deploy applications faster. You can
use Amazon EC2 to launch as many or as few virtual servers as you
need, configure security and networking, and manage storage.
Amazon EC2 enables you to scale up or down to handle changes in
requirements or spikes in popularity, reducing your need to forecast
traffic.
 Use Cases
 Hosting environments
 Development and test environments
 Backup and disaster recovery
 Banking and financial sector
 High performance computing
 Marketing and advertisement
Amazon IAM

 AWS Identity and Access Management (IAM) is a web service that helps you securely
control access to AWS resources. With IAM, you can centrally manage permissions that
control which AWS resources users can access. You use IAM to control who is
authenticated (signed in) and authorized (has permissions) to use resources.

 Some of the feature of Iam are Shared access to your AWS account, Granular
permissions, Secure access to AWS resources for applications that run on Amazon
EC2, Multi-factor authentication (MFA)
Amazon CloudWatch

CloudWatch is a service used to monitor your AWS resources and applications that you run
on AWS in real time. CloudWatch is used to collect and track metrics that measure your
resources and applications.
Following are the terms associated with cloudwatch:
• Dashboards: CloudWatch is used to create dashboards to show what is happening with
your AWS environment.
• Alarms: It allows you to set alarms to notify you whenever a particular threshold is hit.
• Logs: CloudWatch logs help you to aggregate, monitor, and store logs.
• Events: CloudWatch help you to respond to state changes to your AWS resources.
Amazon Command Line Interaface(CLI)

 AWS CLI gives you the ability to automate the entire process of controlling and
managing AWS services through scripts. These scripts make it easy for users to fully
automate cloud infrastructure. Prior to AWS CLI, users needed a dedicated CLI tool for
just the EC2 service
 CLI enables you to execute commands quickly. You can combine multiple commands
into a single line of text to run your program. This is much faster than navigating through
menus with a GUI. Resources: CLI requires fewer computing resources to execute
commands than a graphical interface.
Amazon LightSail

 AWS Lightsail is a Virtual Private Server or so-called VPS popularly that offers various
templates to choose to range from a plain OS to a power-packed application and
implement it using only a click of the button.
 So, there is no need of worrying about the underlying infrastructure. Just launch the
application, and start building your idea, it's that simple!
 Features of LigthSail are:
Autoscaling
Fixed cost
Configuration
Amazon S3

• S3 is a safe place to store the files.


• It is Object-based storage, i.e., you can store the images, word files, pdf files, etc.
• The files which are stored in S3 can be from 0 Bytes to 5 TB.
• It has unlimited storage means that you can store the data as much you want.
• Files are stored in Bucket. A bucket is like a folder available in S3 that stores the files
Amazon Elastic Block Store(EBS)

• EBS stands for Elastic Block Store.


• EC2 is a virtual server in a cloud while EBS is a virtual disk in a cloud.
• Amazon EBS allows you to create storage volumes and attach them to the EC2 instances.
• Once the storage volume is created, you can create a file system on the top of these volumes, and then you
can run a database, store the files, applications or you can even use them as a block device in some other
way.
• Amazon EBS volumes are placed in a specific availability zone, and they are automatically replicated to
protect you from the failure of a single component.
• EBS volume does not exist on one disk, it spreads across the Availability Zone. EBS volume is a disk
which is attached to an EC2 instance.
• EBS volume attached to the EC2 instance where windows or Linux is installed known as Root device of
volume.
Amazon Database

 Amazon DynamoDB:
• Amazon DynamoDB is a fast and flexible NoSQL database service for all applications
that require consistent single-digit millisecond latency at any scale.
• It is a fully managed database that supports both document and key-value data models.
• Its flexible data model and performance makes it a great fit for mobile, web, gaming, ad-
tech, IOT, and many other applications.
• It is stored in SSD storage.
• It is spread across three geographically data centres.
 Amazon RDS:
 Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate and
scale relational databases in the cloud. It provides cost-efficient and resizable capabilities
while automating time-consuming administration tasks such as hardware provisioning,
database setup, patching, and backup. It frees you up to focus on your applications so that
you can provide them with the fast performance, high availability, security and compatibility
they need.
 Amazon RDS is available on multiple database instance types - optimized for memory,
performance or I/O - and gives you six familiar database engines to choose from, including
Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle Database and SQL Server Huh.
You can use the AWS Database Migration Service to migrate easily or replicate your existing
databases to Amazon RDS.
Amazon Lambda

• Lambda is used to encapsulate Data centres, Hardware, Assembly code/Protocols, high-


level languages, operating systems, AWS APIs.
• Lambda is a compute service where you can upload your code and create the Lambda
function.
• Lambda takes care of provisioning and managing the servers used to run the code.
• While using Lambda, you don't have to worry about scaling, patching, operating systems,
etc.
Amazon Security Groups

• A security group is a virtual firewall which is controlling the traffic to your EC2 instances.
• When you first launch an EC2 instance, you can associate it with one or more security groups.
• A Security group is the first defence against hackers.

You might also like