Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## AWS check
- aws sts get-caller-identity
- ## command line
- init git for Javi Moreno, [email protected], main branch
- Initialize a typescript project for developing a cli
- create a .gitignore file for typescript
- do initial commit
- ## Editor
- """
- My simple command line application should connect to an AWS account, get the accounts in its organizations service and then for each of the regions active on that account it should retrieve existing vpcs and associated subnets. Check if the subnets are public or private. The output should be a very compact table listing each vpc with their subnets, indicating if they are public or private.
- ""
- Explain models
- Rewrite the requirements as good and detailed prompt.
- ### Ask
- ADD THE FILE IN THE EDITOR
- Do you need me to clarify any point?
- Explain me the plan for implementing it (no code).
- ### Agent
- Feel free to add the table dependencies. Use current env variables for authentication. Go!
- Do a semantic commit with all our changes.
Advertisement
Add Comment
Please, Sign In to add comment