Automatically install software to your new AWS EC2 instances

Matt NisanTechnical Tips1 Comment

When creating an AWS EC2 instance, you can configure a startup script or list of commands to be automatically executed. The commands are performed immediately following initialization and the process allows you to start multiple configured instances. This saves time by having programs install themselves before you have ever even needed to log in. The Advanced Details section in Step 6 of creating a new EC2 instance in the AWS dashboard provides a text area to enter all commands. The example in the photo shows some commands to update and install MySQL Database on an enterprise Linux instance. This allows a user to have access to an … Read More

AWS Opens Frankfurt Region

Joe PerksIndustry Trends, Technical TipsLeave a Comment

AWS Opens Frankfurt Region

Amazon Web Services has announced the opening of the Frankfurt region, which is the second region in the European Union after Ireland. Two availability zones (AZs) are offered and Amazon reported that the Frankfurt region operates carbon-free, just as the US West (Oregon) and GovCloud regions do. The Frankfurt region supports a large number of AWS services and a full listing of services available from all AWS regions is available in Amazon’s Products and Services by Region page. While on the Products and Services by Region page, one may notice that there are also 3 Frankfurt AWS Edge locations, of particular … Read More

M&S Consulting Organizes Amazon Web Services Pittsburgh Meetup

Joe PerksEvents, News and Updates, Technical Tips1 Comment

Pittsburgh Amazon Web Service

The first Amazon Web Services meetup of this year will be taking place on August 27th 7PM at RevvOakland. With monthly meetings planned for AWS among other events in the planning stages, M&S Consulting is now playing a greater part in connecting and stimulating the Pittsburgh cloud and virtualization community. We’ll be doing a compare and contrast of AWS Workspaces versus other public and private cloud DaaS offerings. Come for a brief presentation by Joe Perks of M&S Consulting and meet those in the Pittsburgh area doing great things with AWS! Remember, the meetups we host are always free and are … Read More

AWS Adds Docker Support to Elastic Beanstalk

Joe PerksTechnical TipsLeave a Comment

Container Ship

Today Amazon announced and deployed Docker support for Elastic Beanstalk, Amazon Web Service’s Platform as a Service offering. This brings the supported platforms to the following list: Node.JS, PHP, Python, .NET, Java, Ruby and Docker. Now it is easier than ever to deploy onto AWS your Docker backed application at any scale, from a single instance on up. From the AWS blog post: “To use an image with Elastic Beanstalk, you will create a file called Dockerrun.aws.json. This file specifies the image to be used and can also set up a port to be exposed and volumes to be mapped in … Read More

Hosting a WordPress.org Blog using Amazon Web Services

Mara MonaghanTechnical Tips1 Comment

With tools like WordPress and Amazon Web Services, it’s easy to establish a presence on the Internet. Of course there is more to it than just having a website. There are a lot of aspects to hosting and running a website, but for casual use, this is a great way to start. WordPress itself is an excellent tool for both the novice user or the knowledgeable. A simple blog can be up with little effort, but with some time and knowledge, it can be a fully robust content manager. Amazon Web Services (AWS) offers an affordable, and sometimes free, way … Read More