tips

Getting Certificates For …

Many websites use HTTPS to encrypt communication between your computer and their servers. Your browser will execute this automatically so you never see it happen. The only indicator is the icon depicting a lock next to the URL in the address bar. This presents an issue when you would like to make a …

Commons Mistakes When …

The AWS Cloud Development Kit (CDK) is a set of tools that make it easy to write code to specify cloud infrastructure and deploy it using common scripting languages, like Python or Javascript. Previously, you had to use YAML or XML templates to deploy AWS cloud infrastructure using the …

Copying Millions of Files …

Issue: I need to copy thousands or millions of files between S3 buckets. This might be because you regularly move data between a test and a production environments or your data architecture has changed and the new bucket names make more sense. Whether you are doing it once or regularly, there are …