In this blog post I am going to look at exporting a virtual machine from Virtual Box and then importing it into AWS for use as an EC2 instance. Note: During my initial test I used a version of Ubuntu not yet supported by AWS EC2 (well, a version of the Linux Kernel not currently supported) … Continue reading AWS – Virtual Image To EC2 Image (AWS)
Category: AWS
AWS – Using Logstash to Ingest Logs From S3 Bucket Into Elastic
I have written a few blog posts about setting up an ELK (Elastic Logstash Kibana) stack but have not really touched on the power of Logstash. In this blog post I am hoping to resolve this by looking at using Logstash to get logs from an AWS S3 bucket and place them into Elastic. To … Continue reading AWS – Using Logstash to Ingest Logs From S3 Bucket Into Elastic
Using Ansible with AWS – Creating Multiple EC2 Instances, Tagging Them and ELK (AWS/Ansible)
In my previous blog post I used Ansible to create an AWS EC2 instance and discussed how to do this via the Ansible ec2 module. Today I am going to go slightly more in depth with creating multiple instances, inventory groups and tagging. The playbook I am using for this section is "create_multiple_ec2_instances.yml" and can … Continue reading Using Ansible with AWS – Creating Multiple EC2 Instances, Tagging Them and ELK (AWS/Ansible)
Using Ansible With AWS – Creating EC2 Instances (AWS / Ansible)
So far most of my Ansible blog posts have been deploying or configuring local devices (i.e. normally one of my Raspberry Pis), but the whole idea of Ansible is that it can build whole infrastructures as code (well, YAML files in my incase). The best place to see infrastructure as code is the cloud and … Continue reading Using Ansible With AWS – Creating EC2 Instances (AWS / Ansible)
Creating A Repository in AWS Git, a.k.a. CodeCommit (AWS)
AWS has its own Git repository system called CodeCommit. Here is what AWS have to say about it: "CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. CodeCommit eliminates the need for you to manage your own source control system or worry about scaling its infrastructure. You can use … Continue reading Creating A Repository in AWS Git, a.k.a. CodeCommit (AWS)
Creating AWS S3 Buckets (AWS)
Today I am going to look at the storage solution that is AWS S3 (Simple Storage Service), and creating buckets via the web management console and the AWS CLI. Note: This post forms part of my (slightly new) AWS category of posts. What is AWS S3? AWS Simple Storage Service (S3) is a place to store … Continue reading Creating AWS S3 Buckets (AWS)
Launching A Virtual / EC2 Instance Via AWS CLI (AWS)
So far my AWS posts have dealt with launching an EC2 (Elastic Compute Cloud) instance via the AWS web management portal and installing the AWS CLI. This blog post looks at using the AWS CLI to launch an EC2 instance, and then how to stop/start the instance. First up, we need to look at what … Continue reading Launching A Virtual / EC2 Instance Via AWS CLI (AWS)
Installing AWS CLI & Some IAM Security (AWS)
The AWS (Amazon Web Services) CLI (Command Line Interface) offers a faster approach to interacting with AWS, especially if you are already use to CLIs like the Linux or Mac OS X terminal. Installing AWS CLI The AWS CLI can be installed on Linux or Mac OS X by entering: pip install awscli A pre-requisite … Continue reading Installing AWS CLI & Some IAM Security (AWS)
Launching A Virtual Instance Via Web Console (AWS)
Amazon Web Services (AWS) can be found at http://aws.amazon.com and has a whole host of different features. This blog post will take you through launching a virtual machine instance using an Amazon Machine Image (AMI). If you are new to AWS then you can sign up for 12 months of free-tier services, which includes some of the … Continue reading Launching A Virtual Instance Via Web Console (AWS)
AWS AWSomeDay June 2019
Today (18th June 2019) I had the fantastic opportunity to attend (virtually) the Amazon Web Services (AWS) AWSomeDay conference. Up to now most of my cloud experience (both personally and professionally) has been via Microsoft Azure, which has allowed me to have fun completing various projects (bots, cognitive vision, temperature sensors etc), so I thought … Continue reading AWS AWSomeDay June 2019
You must be logged in to post a comment.