vNugget
vNugget
DevOps, Automation, Python, Virtualization, and some useful stuff!
Skip to content
  • Nutanix
  • AWS
  • DevOps
  • Python
  • VMware
  • Linux Redhat
  • Contact Us
  • About
  • Privacy Policy

AWS

There are 4 posts filed in AWS (this is page 1 of 1).

Accessing Private S3 Buckets Without Credentials

A short video where I explain how you can access an s3 bucket by using a pre-signed url to upload a file. The example provided is based on python and use boto3 SDK. Errors: If you get this error: <Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and […]

in AWS | 173 Words | Comment

Trigger a Lambda Function to Protect Your S3 bucket

In this video I’ll show you how to trigger a python lambda function to protect your bucket. This lambda function that will automatically remove any executable file from your bucket… Of course, you can do the same using an IAM policy, but with lambda function, it’s quite a fun way to do it.  😝  

in AWS | 58 Words | Comment

Controlling User Actions Using AWS Tags

AWS tags can be used to organize your deployed resources, for billing for example, but they can also be used as a condition for policies. This will allow you to allow or deny an action based on the tag value. In this video, I explain the concept of using AWS tags for that purpose. If […]

in AWS | 95 Words | Comment

What is a VPC Interface Endpoint

In this video, I’ll explain: The concept of an AWS VPC interface endpoint How to create an endpoint How to use it for secure communications. My objective is to simplify the concept as much as possible. Please share your comment about the video and if you want to see another subject, if the mood strike, […]

in AWS | 65 Words | Comment

Latest videos about DevOps, Cloud and Automation

Subscribe to my Channel