Programming AWS OpsWorks to Work with stacks and applications
Warning
AWS OpsWorks is reaching End of Life and is not accepting new customers. Existing customers will be
unaffected until March or May of 2024, depending on what services they are using, at which time the
service will become unavailable. To prepare for this transition, we recommend that existing customers
migrate to other solutions as soon as possible. For more information, see the OpsWorks product page
The AWS SDK for .NET supports AWS OpsWorks, which provides a simple and flexible way to create and manage stacks
and applications. With AWS OpsWorks, you can provision AWS resources, manage their configuration, deploy
applications to those resources, and monitor their health. For more information, see the OpsWorks product page
APIs
The AWS SDK for .NET provides APIs for AWS OpsWorks. The APIs enable you to work with AWS OpsWorks features such as stacks with their layers, instances, and apps. To view the full set of APIs, see the AWS SDK for .NET API Reference (and scroll to "Amazon.OpsWorks").
The AWS OpsWorks APIs are provided by the AWSSDK.OpsWorks
Prerequisites
Before you begin, be sure you have set up your environment and project. Also review the information in SDK features.