Skip to main content

Posts

Showing posts from June, 2024

AWS App Config

What is AWS App Config? ✓ It's is an AWS services which can be used to store applications or services configuration data. ✓ It's can help software developer to roll out new changes or behaviour of their live application without touching the production code just by changing the configuration data here in App Config. ✓ Instead of storing the configurable variables data in direct application or service code, we can store here in App Config and retrieve. ✓ This service is region specific. Terminologies to understand to use AWS App Config: - Application :- A logical collection of configuration profiles. - Configuration Profile :- Basically your Configuration data. You can have multiple configuration profiles under one application. - Deployment :- Pushes your configuration profiles to environment, from where your application or services can acces. - Deployment Statergies :- Option to control your deployment flow or changes apply to your environment. Whether you want o