Linuxmaster Docs
  • ⏺️Linux
    • Introduction
    • LPIC-2
      • 200: Capacity Planning
      • 201: Linux Kernel
      • 202: System Startup
      • 203: Filesystem and Devices
      • 204: Advanced Storage Device Administration
      • 205: Networking Configuration
      • 206: System Maintenance
  • ⏺️DevOps
    • Docker
      • Docker Basic
      • Docker Compose
    • Ansible
    • Git
    • Terraform
      • Terraform Basic
    • Kubernetes
  • ⏺️AWS
    • AWS Certified Cloud Practitioner
      • Foundations of Cloud Computing
      • Compute Services
      • Storage Services
      • Content Delivery Services
      • Networking Services
      • Utilizing Databases
      • Migration and Transfer Services
      • Analytics Services
      • Machine Learning Services
      • Developer Tools
      • Deployment and Infrastructure Management Service
      • Managing and Integration Services
      • Auditing, Monitoring, and Logging Services
      • Additional Services
      • Security and Compliance
      • Pricing, Billing, and Governance
Powered by GitBook
On this page
  • IAC (Infrastructure as Code)
  • CloudFormation
  • CloudFormation in the real world
  • Elastic Beanstalk
  • Elastic Beanstalk in the real world
  • OpsWorks
  • OpsWork in the real world

Was this helpful?

  1. AWS
  2. AWS Certified Cloud Practitioner

Deployment and Infrastructure Management Service

Last updated 2 years ago

Was this helpful?

AWS Overview Links

These services help you quickly stand up new applications, automate the management of infrastructure, and provide real-time visibility into system health.

IAC (Infrastructure as Code)

IaC allows you to write a script to provision AWS resources. The benefit is that you provision resources in a reproducible manner that saves time.

CloudFormation

CloudFormation allows you to provision AWS resources using Infrastructure as Code (IaC).

  • Provides a repeatable process for provisioning resources.

  • Works with most AWS services

  • Create templates for the resources you want to provision

CloudFormation in the real world

Automate the infrastructure-provisioning process for EC2 servers.

You can use CloudFormation to automate the creation of EC2 instances in your AWS account.

Elastic Beanstalk

Elastic Beanstalk allows you to deploy your web applications and web services to AWS.

  • Orchestration service that provisions resources

  • Automatically handles the deployment

  • Monitors application health via a health dashboard

Elastic Beanstalk in the real world

Quickly deploy a scalable Java-based web application to AWS.

After you upload your Java code, Elastic Beanstalk deploys it and handles capacity provisioning, load balancing, and Auto Scaling. Elastic Beanstalk even monitors the health of your application.

OpsWorks

OpsWorks allows you to use Chef or Puppet to automate the configuration of your servers and deploy code.

  • Deploy code and manage applications

  • Manage on-premises servers or EC2 instances in AWS Cloud

  • Works with Chef and Puppet automation platforms

OpsWork in the real world

Automate software configuration and infrastructure management for your application.

OpsWorks allows you to define software installation scripts and automate configuration for your application servers.

⏺️
CloudFormation
Elastic Beanstalk
OpsWorks