Aws Opsworks Introduction
Opsworks Introduction
AWS OpsWorks is an configuration management service that provides an easy way to create and manage AWS stacks and application.
You can preset your AWS resourcce and manage the configuration, deploy those resources and monitor the status of the resources activity.
Here is a AWS Cloudformation IaC process, it need you manual setting:
Code templates (Yaml or Json) -> Upload to S3 bucket -> Create stack (can created by console, api or CLI) -> Stacks and resource provisioned.
Continue Reading




