Programming Amazon OpsWorks to Work with stacks and applications - Amazon SDK for .NET
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Programming Amazon OpsWorks to Work with stacks and applications

Warning

Amazon 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 Amazon SDK for .NET supports Amazon OpsWorks, which provides a simple and flexible way to create and manage stacks and applications. With Amazon OpsWorks, you can provision Amazon resources, manage their configuration, deploy applications to those resources, and monitor their health. For more information, see the OpsWorks product page and the Amazon OpsWorks User Guide.

APIs

The Amazon SDK for .NET provides APIs for Amazon OpsWorks. The APIs enable you to work with Amazon OpsWorks features such as stacks with their layers, instances, and apps. To view the full set of APIs, see the Amazon SDK for .NET API Reference (and scroll to "Amazon.OpsWorks").

The Amazon OpsWorks APIs are provided by the AWSSDK.OpsWorks NuGet package.

Prerequisites

Before you begin, be sure you have set up your environment and project. Also review the information in SDK features.