For interaction services provided by AWS we have various ways :
- Web UI
- CLI
- API
- Cloud Formation
First 3 approaches are Monotonous and harder in terms of Management .
For Example , in CLI we have scripted or Imperative approach where we have to tell
- What to do
- How to do
but Approach 4 is Declarative Approach where we only have to tell
- What to do
AWS has its own tool service called as CLOUD FORMATION that help us with Automation and is declarative.
Top comments (0)