Important AWS services you should learn to get the AWS cloud practitioner certificate
To prepare for the AWS Cloud Practitioner certification, it’s important to understand the following services that AWS offers:
- Amazon Elastic Compute Cloud (EC2): This service provides on-demand, scalable computing resources in the cloud. It allows you to rent virtual machines (instances) on which you can run your own applications and services.
- Amazon Simple Storage Service (S3): This service provides object storage in the cloud. It allows you to store and retrieve files, such as images, videos, and backups.
- Amazon Virtual Private Cloud (VPC): This service allows you to create a virtual network in the cloud, where you can launch AWS resources in a virtual network that you’ve defined.
- Amazon Elastic Block Store (EBS): This service provides block-level storage volumes for use with Amazon EC2 instances. It allows you to store and retrieve data that persists independently from the life of the instance.
- Amazon Relational Database Service (RDS): This service allows you to create and manage relational databases in the cloud. It supports popular database engines such as MySQL, PostgreSQL, and Oracle.
- AWS Identity and Access Management (IAM): This service allows you to manage access to AWS resources. It allows you to create and manage users and permissions, and control who can access what resources.
- AWS Lambda: This service allows you to run code without provisioning or managing servers. It allows you to build and run applications and services, in response to events and automatically scales to support the number of requests.
- Amazon CloudWatch: This service allows you to monitor AWS resources and the applications you run on AWS. It provides data and operational insights for various resources, including EC2, RDS, and S3.
- AWS Elastic Beanstalk: This service simplifies the deployment, scaling, and management of web applications and services. It allows you to quickly deploy and run applications in multiple languages, such as Java, .NET, PHP, Node.js, Python, Ruby, and Go.
- AWS CloudFormation: This service allows you to use templates to model and provision, in an automated and secure manner, all the resources needed for your applications across all of your accounts and regions.
It’s important to note that this is not an exhaustive list, AWS is a constantly evolving platform with new services and updates, so it’s recommended to always keep updated with the latest services and features.
Comments
Post a Comment