# Application Management

Two very vital services under application management subservice umbrella of AWS Systems Manager are AppConfig and Parameter Store. &#x20;

AppConfig as the name says, is used to to create, manage and deploy app configs and Parameter store secure hierarchial storage for secrets and data

### Steps for AppConfig

When an application is hosted on EC2, with the help of privileges assigned to IAM role, it can fetch the configuration of AppConfig, which internally can source configuration values from various sources such as S3, or Parameter store etc and can have multiple app config profiles with the help of Environments like Dev or Prod.&#x20;

<figure><img src="/files/51JbwtwHx9WkicJ7cfYs" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pRvKygtKdPYiaS4xGQNQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3YlD9mheeS8gMG294Mjj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/G21oTmzBVU8BGFkwP6ql" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZVuQx3XyljJFVBldN9Du" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FU1tmB0LWVpAA2mIxrQ5" alt=""><figcaption></figcaption></figure>

### Steps for Parameter Store

As explained earlier, it can be used to hold key value pair to hold data in plaintext as well as secure format. This can include Database credentials also, which can internally be used in app config, which in turn can be used by the application to access the Database

Note every parameter can have version for tracking history

<figure><img src="/files/YtYiP4ds4VrKGrzP3mNC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bKzNxH3wXdJRZyGbfza4" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.radifine.com/aws/other-aws-services/aws-systems-manager/application-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
