Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

Get $4 OFF in AWS Solutions Architect & Data Engineer Associate Practice Exams for $10.99 each ONLY!

aws blog

Home » aws blog » Page 6

Connecting your Lambda Function to a Private Database

2023-05-15T02:11:53+00:00

If you want your Lambda function to interact with resources (e.g., RDS database, EC2 instance) inside a private subnet, you won't be able to do so by default. The reason for this is that Lambda functions live in an isolated and secured VPC managed by AWS. This is why when you create a Lambda function, you don’t go through any networking configurations (VPC, subnet, ENIs), unlike when creating EC2 instances. Also, you cannot establish a VPC peering connection between the VPC where Lambda functions are run and the VPC where your private resources are located because the former is not [...]

Connecting your Lambda Function to a Private Database2023-05-15T02:11:53+00:00

New AWS Cloud Practitioner Video Course Release and AWS Video Courses Price Drop

2023-09-18T02:23:31+00:00

Beginners in cloud computing find it much simpler to learn various lectures or topics through video courses. It's undoubtedly among the best tools for learning that you can use in preparing for an AWS certification exam.  Our Video Courses, created by AWS Certified professionals, will certainly help you prepare to pass your AWS  certification exams.   New AWS Certified Cloud Practitioner CLF-C02 Video Course The first step in AWS Certification is the Foundational level Cloud Practitioner exam, which is consistently among the top-paying IT certifications. The AWS Certified Cloud Practitioner exam is intended for individuals who have the knowledge and [...]

New AWS Cloud Practitioner Video Course Release and AWS Video Courses Price Drop2023-09-18T02:23:31+00:00

Understanding the IAM:PassRole Permission

2023-08-24T02:44:43+00:00

Introduction Many AWS services often require the use of an IAM role to execute actions on your behalf. For example, when you create a Lambda function, you assign an execution role to it. AWS can generate one for you automatically, and then you define the permissions you want it to have after. Most of the time, that's the case. However, there are instances when you might choose to associate an existing IAM role. In practice, we often concentrate on which permissions a user is allowed to perform and which are off-limits. But what's often overlooked are the IAM roles a [...]

Understanding the IAM:PassRole Permission2023-08-24T02:44:43+00:00

Different Ways of Passing Parameters Securely in CloudFormation

2023-04-27T12:27:15+00:00

Introduction When writing CloudFormation templates, it's a security best practice to avoid hardcoding sensitive info, like client secrets, API keys, or passwords. Sharing templates with hardcoded details by mistake can put your infrastructure and data at risk. In this article, we'll explore different secure methods to pass parameters in CloudFormation templates. Using the NoEcho Attribute To avoid hardcoding parameters in your template, you can define them during stack creation using the Parameters section. However, these values will still be visible in plaintext in the Console. To mask critical data, consider using the NoEcho attribute. The NoEcho attribute offers a simple [...]

Different Ways of Passing Parameters Securely in CloudFormation2023-04-27T12:27:15+00:00

Increase Your Chances of Passing Your AWS, Azure, and GCP Exam with these Review Strategies

2023-04-16T10:09:53+00:00

Have you ever considered obtaining a cloud certification but are unsure of the first steps or where to begin? Let me help you increase your chances of passing your AWS, Azure, and GCP exams with these review strategies. Embarking on a new journey can be daunting, especially when starting out. However, in this article, I will discuss how I started my path toward obtaining cloud certifications by sharing my studying and reviewing strategies. To begin, let me introduce myself. My name is Amiel, and I work as a Cloud and DevOps Engineer. I have been fortunate enough to earn six [...]

Increase Your Chances of Passing Your AWS, Azure, and GCP Exam with these Review Strategies2023-04-16T10:09:53+00:00

Default Host Management Configuration on AWS Systems Manager

2023-04-10T03:01:04+00:00

AWS Systems Manager’s Fleet Manager is a useful tool for managing Amazon EC2 instances on your account. It allows you to establish a private session to your instances, view detailed information about the instance, run automation such as patch installations, or execute specific Run commands to the instance’s operating system. It can also be used to manage on-premises servers or virtual machines. Using AWS Systems Manager tools requires that an IAM role is created and attached as an instance profile to your EC2 instances. It also requires that the Systems Manager Agent is installed on the instances. The Systems Manager [...]

Default Host Management Configuration on AWS Systems Manager2023-04-10T03:01:04+00:00

Customize Your Invite Links with Amazon S3 Website Redirect

2023-04-26T07:40:26+00:00

If you use Discord, Slack, or Telegram, you're probably familiar with those long and complicated invite links used to join servers or channels. These links can be difficult to remember and may even discourage some people from joining. With URL redirection, you can create a custom and easy-to-remember domain name for your invite links. For example, you might use a domain like "discord.mycoolsite.com" that redirects to the invitation page of your Discord server, which might look something like this: "discord.com/invite/aabbCCDD". Inviting people thru a custom domain can reinforce your brand and make it easier for others to share and join [...]

Customize Your Invite Links with Amazon S3 Website Redirect2023-04-26T07:40:26+00:00

Is a Cloud Computing Career Still Worth Pursuing in 2023?

2023-04-26T07:46:51+00:00

Cloud computing has remained a hot topic in the IT field for the past years, gaining even more attention during the height of the COVID-19 pandemic. Between 2020 and 2021, there’s been a burst of cloud adoption from startups, mid-sized businesses, and even large enterprises as they looked for ways to adapt to remote work and digital operations. And it's no wonder, given the benefits it offers over traditional on-premises solutions, like more flexibility and scalability, better security, and improved collaboration and productivity. As the hype around cloud continues to grow and with the pandemic slowly easing up, you might [...]

Is a Cloud Computing Career Still Worth Pursuing in 2023?2023-04-26T07:46:51+00:00

Build Your Own Slack Commands with Lambda Function URL

2023-04-27T03:33:47+00:00

What are Lambda Function URLs? In the past, calling a Lambda function over HTTP required a lot of setup and configuration with API Gateway. The process of setting up API resources and methods, and linking them to the appropriate Lambda function, can be overwhelming, especially for developers who are new to it. With the function URL feature of the AWS Lambda service, you can create a secure HTTPS endpoint dedicated to a Lambda function. This means that instead of using an intermediary service (like Amazon API Gateway), you can directly invoke your function by simply sending an HTTP request to [...]

Build Your Own Slack Commands with Lambda Function URL2023-04-27T03:33:47+00:00

Working With AWS CLI (AWS Command Line Interface)

2023-04-27T03:39:09+00:00

What is AWS CLI? AWS Command Line Interface (CLI) is a tool used to manage and interact with AWS Services using the command line. Users more comfortable in the command line can leverage the AWS CLI as it offers the exact scope of functionality as the AWS Console.  AWS CLI requires minimal configuration before you can use it. Installed it on your local machine running on Linux, Windows, and macOS.   What is the Difference Between AWS CLI and AWS CloudShell? Likewise, AWS CloudShell is another tool you can use to manage AWS resources using the command line interface. But [...]

Working With AWS CLI (AWS Command Line Interface)2023-04-27T03:39:09+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!