Johannes Kochlockhead.hashnode.dev·Sep 6, 2024Dear AWS, how do I build & develop purely on AWS right now?The announcements from AWS around deprecating certain services have raised a bunch of questions and concerns in the AWS community. As Jeff Barr wrote, these are the services: S3 Select, CloudSearch, Cloud9, SimpleDB, Forecast, Data Pipeline, and Code...Discuss·1 likeAWS
Linet Kendislina.hashnode.dev·Aug 9, 2024Building a Well-Architected Microservices Application and a CI/CD Pipeline with AWS ServicesArchitecture Diagram Project Overview and Objectives In this project, we will leverage at least 11 AWS offerings to build a microservices and continuous integration/continuous development (CI/CD) solution. By the end of this project, we will have ac...Discuss·62 readsCloudMicroservice Architecture
Ram Kumardevopstutorial.hashnode.dev·Apr 14, 2023Spin Up a AWS EC2/Virtual machine/ Environment using Cloud91. What is CLOUD9 Cloud9 is a popular cloud-based integrated development environment (IDE) that allows developers to write, run, and debug code in a web-based environment. It provides a collaborative and flexible workspace for software development te...Discuss·255 readscloud9
Henry Eleonuhenryeleonu.com·Dec 18, 2022How to Set Up AWS Cloud9 EnvironmentCloud9 is a web-based IDE that runs on an AWS EC2 instance. This means we do not need to install any IDE on our local machine to be able to develop on AWS. Create Cloud9 Environment Navigate to the AWS console to create the environment. Click on Crea...Discuss·97 readscloud9