Error: No package python3 available. sudo yum install python3 -y Loaded plugins: priorities, update-motd, upgrade-helper No package python3 available. Error: Nothing to do If you get above error, try this commend to Install Python 3 on an AWS EC2 instance ~$ sudo yum list | grep phython3 ~$ sudo yum install python34 Loaded plugins: priorities,Continue reading “Install Python 3 on an AWS EC2 instance?”
Tag Archives: AWS
How to Connect AWS Server from Desktop
Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more MobaXterm tabbed terminal From this console window, you will be allowed to run the Unix commands you need: ls, cd, grep, awk, tail, cut, sed, wget, rsync, telnet, ssh, rlogin, rsh … All the essential Unix tools are present. IfContinue reading “How to Connect AWS Server from Desktop”
A single instance application on an EC2 in AWS to Convert the application to operate on multiple servers
You run a single instance application on an EC2 instance in AWS. your architecture reams are looking to make changes andĀ convert the application to operate on multiple servers. The app runs on Linux and currently access millions of flat file data file in the /data/… folder structure. This database is stored on an EBS volumeContinue reading “A single instance application on an EC2 in AWS to Convert the application to operate on multiple servers”
When should you use Lambda over EC2?
– Changes to Amazon S3 Buckets – Updates to an Amazon DynamoDb tables – Custom events generated bu your application or devices – Kinesis Streams
Create a Custom AMI in AWS
Launch a Configuration Instance Launch an instance from a Base AWS Linux AMI: Login to the Management Console Launch EC2 instance using AWS Linux AMI: t2.micro Public IP Create a Security Group with SSH an HTTP access Download a Key Pair Install Apache and PHP SSH to the instance and execute the following commands toContinue reading “Create a Custom AMI in AWS”
You must be logged in to post a comment.