So, in a previous blog, we learned about cloud computing and its importance . Here we will start with the popular cloud service provider, Amazon Web Services(AWS). AWS or Amazon Web Services is a cloud service provider that offers various cloud computing services that are accessible via the public internet. The popular services provided by AWS are: Virtual machine(EC2), Virtual Network(VPC), Restrict access to cloud resources(IAM), etc. Executing functions(Lambda), Automating your infrastructure(CloudFormation), Object Storage(S3), Block Storage for Virtual Machines(EBS), Running and Managing Containers(ECS and fargate), Network Filesystem(EBS), SQL database(RDS), Load Balancer(ELB), Monitoring and logging(CloudWatch), We will learn these services one by one. In this blog, we will cover Virtual Machines (EC2). These services can be accessed in four ways: Console : access AWS services through a graphical user interface (GUI) CLI : to manage and access AWS services
Comments
Post a Comment