CloudSprint 1β successOverall ObjectivesDefine five basic concepts of cloud computingIdentify a cloud storage option, like AWS S3.Deploy and manage virtual machines using AWS EC2.Set up and manage a cloud database like AWS RDS.Compiled Learning ObjectivesWhat is CI/CD?Define CI and CDLearning GitHub Actions BasicsDescribe GitHub Actions workflows, jobs, steps, and actions.Set up a basic CI/CD pipeline using GitHub Actions in a GitHub repositoryWrite a YAML file that specifies the actions to be taken when code is pushed to the repositoryAdding Testing StagesAdd a test stage to a GitHub actionIntegrate existing test scripts to run automaticallyAdding Deployment StagesIntegrate deployment scripts into the GitHub Actions workflowCreating a Workflow with Multiple JobsImplement a multi-job workflow where jobs run sequentially, based on dependencies and requirementsUse the needs keyword to specify job dependenciesEnvironment VariablesAutomate the deployment process to a specified environment.SecretsTODO