I am new to AWS and I have some basic set up questions that I can't find answers to.
1) I have created an EC2 instance using the default Amazon Linux AMI. How can I install apache? Then how can I confirm what is installed?
2) I have downloaded the Eclipse toolkit and SDK for the aws products. I have written some code that can take data and push it into my dynamoDB table. I can connect and run this successfully from my local PC. How will this work on the cloud? What do I need to do to get my application working on my EC2 instance?
Thank you in advance