Preparing and successfully passing AWS CAA exam is an exciting journey. Congrats on making the decision to undertake this journey. Here are some prep notes on AWS services that can augment your exam preparation. For me, they came in handy during the final days before the exam. This blog can serve as a good starting […]
Category: AWS
How to Load csv into AWS dynamoDB
HuG February 27, 2019 AWS, Cloud aws-s3-lambda, dynamoDB
This blog describe one of the many ways to load a csv data file into AWS dynamodb database. This option described here leverages lambda service. AWS lambda is server-less; so no need to setup and configure a server. Further, AWS Lambda gives flexibility to pick language of choice. This blog show a lambda function in […]
AWS – Start EC2 using Lambda and cron
HuG January 15, 2019 AWS, Cloud aws-ec2-lamdba
Python code to get instance-id of EC2 instances using tag. After obtaining the instance-id use it to automatically launch the instance to perform tasks
Page 1 of 1