DEV Community

vikash-agrawal
vikash-agrawal

Posted on

2 3

AWS Developer Tools

CodeStar

• It helps you to manage your project.

CodeCommit

• It helps you to store your code using different source control service repository like Git.

CodeBuild

• It helps you to build the code and the package ready.

$CodeDeploy
• It helps you to deploy the code through EC2 instance or lambda.

CodePipeline

• It helps you to integrate the code development life cycle to make release process smooth.

X-Ray

• it helps you to debug and analyze in finding the root cause of the issues.

Cloud 9

• it provides the infrastructure to develop your code so that you don’t need the IDE in your laptop.

The development life cycle, what we follow in our respective organization can be connected with the above mentioned services in the following ways:

Cloud 9 (IDE) ==> CodeStar (Development) ==> CodeCommit (Check in) ==> CodeBuild (Build) ==> CodeDeploy (Deployment) ==> CodePipeline (CI/CD) ==> X-Ray (Debug)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay