Quantcast
Channel: Java Code Geeks » Pascal Alma
Browsing all 24 articles
Browse latest View live

More advanced stuff with JMS and AWS SQS

As you might know SQS in AWS SQS stands for ‘Simple Queue Service’. While playing around with it I recently found one of the reasons why it may be called ‘simple’. In two previous posts (here and here)...

View Article


Getting started with AWS IAM

Recently AWS announced that using IAM Roles with their EMR service will be mandatory as of June 30 this year. In this post I will show you how to setup the IAM basics when you are starting with AWS....

View Article


Setting up your own VPC with AWS

When you are using AWS resources like EC2 instances they will be assigned to a default VPC. However, by using AWS it is quite easy to setup your own VPC. In this post I describe how to setup a basic...

View Article

Adding a NAT to your AWS VPC

In a previous post I described how to setup a VPC with both private and public subnets with AWS. In the post I showed a basic configuration in which we saw that the instances in the private subnet...

View Article
Browsing all 24 articles
Browse latest View live