Python Forum
What is ideal/suggested Python development setup on EC2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is ideal/suggested Python development setup on EC2
#1
Hi all,

We recently moved our development environment from On Prem Linux to Amazon Linux on EC2.
So I am trying to find out how to best utilize AWS services to make Python development more efficient?

I have questions like:
1. What type of authentication you have setup to access EC2? (key based, sso, etc)
2. What tools do you use to access EC2? (AWS console, putty, moba xterm, vs code, etc)
3. Do you use any AWS native services to enhance your development environment setup? (AWS Toolkit, etc)

Any other insights would be useful as well
Reply
#2
You can try something like PuTTY, MobaXterm, or Visual Studio Code with the Remote - SSH extension, AWS native services such as AWS Cloud9 for a cloud-based IDE, and AWS Toolkit for VS Code for integration with AWS resources.
Reply
#3
Thank you for your suggestions.
Reply
#4
i'm building my own Python script (slowly, as i get time to work on it) that will do my various submissions to EC2. i run Ubuntu on EC2 instances as it will match what i run locally though my script will allow you to specify the image per submission or as a project/personal default (code up a subproject named "default"). someday i hope to get it done.

i'm a command-line person and avoid GUI unless i have a need (like web browsing, accessing https://python-forum.io/, and so on).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Small python development shop pitosalas 2 1,630 Jul-19-2023, 10:17 AM
Last Post: pitosalas
Exclamation Python 3.10.1 32 Windows setup Virus behavior SapG20211215 8 4,835 Dec-15-2021, 06:51 PM
Last Post: snippsat
  suggested improvements. Skaperen 0 1,954 Mar-27-2020, 12:06 AM
Last Post: Skaperen
  Python for web development sayyedkamran 3 92,368 Dec-13-2019, 06:50 PM
Last Post: snippsat
  want suggested module for e-mail parsing Skaperen 0 2,074 Jul-26-2019, 08:52 PM
Last Post: Skaperen
  suggested change for all() and any() Skaperen 2 3,371 Aug-07-2018, 12:22 AM
Last Post: Skaperen
  Python Geospatial Development Larz60+ 2 4,323 Jan-27-2017, 10:04 AM
Last Post: Larz60+
  Open Source and X Platform development editor for Python donj 12 15,123 Nov-03-2016, 08:15 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020