Enforcing and Monitoring Security on AWS S3
Reviewing practices to implement and retain AWS S3 security using S3 Access Management, S3 encryption methods, and monitoring tools
Three Features to Control and Manage AWS API Gateway Invocations
A deeper dive into API Gateway features that control the target invocations: throttling, using API Keys, and caching
Controlling and Manipulating AWS API Gateway Request Parameters
Extracting more from the integration between API Gateway and Lambda service
Five Useful Features of C# .NET Core Lambda function
Features for gaining a better understanding of what happens under the hood of Lambda service based on C# .NET Core.
AWS guide: Setting SSH connection from Windows Client to a Linux EC2 instance
Useful tips and step-by-step guide on how to connect to a Linux-based EC2 server from a local Windows client
AWS VPC (Part 2): Spinning-up EC2 instances and setting traffic rules
Before rushing to configure the EC2 instance, you need to ensure your network is ready. This blog-post gives a good overview to grasp the principles.
AWS VPC (Part 1): Building-blocks and Principles
Reviewing the VPC components, their features and configuration; one step before an actual practice – Part 1.
Launching a C# .Net Core Lambda Function in AWS – Step by Step
You’ve heard about serverless in AWS and you want to define one? Where to start? Follow this post: develop and deploy a C# .NET Core Lambda function