https://github.com/adeisbright/aws-devops
Making deployment reasonable and manageable
https://github.com/adeisbright/aws-devops
cd ci cloud-computing devops
Last synced: 29 days ago
JSON representation
Making deployment reasonable and manageable
- Host: GitHub
- URL: https://github.com/adeisbright/aws-devops
- Owner: adeisbright
- Created: 2022-05-19T16:36:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T16:24:33.000Z (11 months ago)
- Last Synced: 2025-12-31T01:48:00.471Z (6 months ago)
- Topics: cd, ci, cloud-computing, devops
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps on AWS
Change management is an important part of software development.
If not treated properly, change can lead to resentment from developers, system administrators, and can introduce bug to customers.
Building and failing fast is good but building needs to be aligned with right process so as to enable predictability and management.
To implement Devops, a lot of process and cultural change needs to occur within
an organization.
Tools are meaningless if there is no change in the way people who do the work do
work.
What we hope to achieve if you follow through this process are the following:
1. Manage projects on github using Github Project
2. Create milestones, Issues, and use social programming to build transperancy
3. Create different deployment environments so as to isolate changes
4. Integrate testing as a key aspect of the development workflow
5. Automate the entire software delivery process.