Project Docs
  • 👋Welcome to End2End Data Science Project Documentation
  • About us
    • 💡Who we are
  • Project Guides
    • 📪Project Pipeline Overview
    • 📎Understanding Projects
  • Fundamentals
    • 🛠️Getting started
      • 💻Step 1: Github
        • Working with Git & Github
          • Setting up your repository & project
          • Git Branching
          • Push & Pull
          • Pull Request
        • Resources
        • Exercise
      • 💻Step 2: Python Setup
      • 💻Step 3: Conda Environment
        • Working with Conda Environment
        • Resources
      • 💻Step 4: MySQL, Postgres & Oracle DB
        • Quick review on SQL
        • Exercises (Under development)
      • 💻Step 5: Project Setup
      • 💻Step 6: AWS & GCP
        • Automation
      • 📉Step 7: Final Presentation
      • 🚀Step 8: Docker
        • Creating Docker Image
        • Useful Docker commands
  • 📔Interesting articles
    • Data Engineering
    • Data Science
    • ML & MLOps
  • 📔Resources
Powered by GitBook
On this page
  • Install Jenkins on EC2
  • Setup git project on EC2
  • Setup SQL server on RDS
  1. Fundamentals
  2. Getting started
  3. Step 6: AWS & GCP

Automation

Migrate projects to cloud and setup automation

PreviousStep 6: AWS & GCPNextStep 7: Final Presentation

Last updated 1 year ago

Do not forget to expose the ports on RDS and EC2!

Install Jenkins on EC2

Setup git project on EC2

git clone <your git repo>
chmod 777 <your project folder>
cd .. && chmod 775 ubuntu/

Setup SQL server on RDS

Follow this article: .

🛠️
💻
Create and Connect to a MySQL Database with Amazon RDS
LinuxLinux
Logo