I've just learnt how to access another AWS service from my VPC! It was really insightful to combine three core AWS services (Amazon EC2, S3, VPC) in one project - and use AWS CLI on the way. Here's what I did: ☁️ Set up a VPC with an EC2 instance, and an S3 bucket. 🔌 Used EC2 Instance Connect to directly access my EC2 instance. 🔑 Granted my instance access to my AWS environment using access keys. 🪣 Used my EC2 instance and AWS CLI to interact with my S3 bucket. A big shout-out to @NextWork for their project guide! 👉 Join me at link.nextwork.org/linkedin Learning AWS or cloud computing? Let's connect and explore cloud technologies together! #AWS #AWSCloud #NextWork #CloudNetworking #AmazonVPC #LearningJourney
JP C.’s Post
More Relevant Posts
-
Once you've set up an Amazon VPC, what's next? Here’s a quick overview on how I launched resources in my VPC and sped up VPC creation ⬇️⬇️⬇️ 💻 Launched an EC2 instance in a public subnet, secured with a key pair. 🤐 Launched an EC2 instance in a private subnet, with a security group restricting access to public subnet traffic only. ⚡️ Used the VPC resource map to automate VPC creation. 📸 For a detailed guide and to apply these steps in your AWS setup, check out my full documentation below. 🙏 Thanks to NextWork for their support and resources. Join me at link.nextwork.org/linkedin! 📢 Working on AWS or cloud projects? Let’s connect and share insights. #AWS #CloudComputing #VPC #EC2 #TechLearning #LearnInPublic
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
Once you've set up an Amazon VPC, what's next? Here’s a quick overview on how I launched resources in my VPC and sped up VPC creation ⬇️⬇️⬇️ 💻 Launched an EC2 instance in a public subnet, secured with a key pair. 🤐 Launched an EC2 instance in a private subnet, with a security group restricting access to public subnet traffic only. ⚡️ Used the VPC resource map to automate VPC creation. 📸 For a detailed guide and to apply these steps in your AWS setup, check out my full documentation below. 🙏 Thanks to @NextWork for their support and resources. Join me at link.nextwork.org/linkedin! 📢 Working on AWS or cloud projects? Let’s connect and share insights. #AWS #CloudComputing #VPC #EC2 #TechLearning #LearnInPublic
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
I’ve upgraded my latest project with Amazon Lex—say hello to AWS Lambda! Here's what I did: 🧠 Configured a new AWS Lambda function that generates a random number as a bank balance. 🔌 Linked my Lambda function directly to Amazon Lex using an Alias. 🧪 Tested my chatbot with a range of possible user inputs. Learning AWS, Amazon Lex, or cloud computing? Let’s connect and explore these amazing technologies together! A big shout-out to @NextWork for their project guide. 👉 Join me at link.nextwork.org/linkedin. #AWS #AWSCloud #AmazonLex #Lambda #ChatbotDevelopment #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
I’ve upgraded my latest project with Amazon Lex—say hello to AWS Lambda! Here's what I did: 🧠 Configured a new AWS Lambda function that generates a random number as a bank balance. 🔌 Linked my Lambda function directly to Amazon Lex using an Alias. 🧪 Tested my chatbot with a range of possible user inputs. Learning AWS, Amazon Lex, or cloud computing? Let’s connect and explore these amazing technologies together! A big shout-out to @NextWork for their project guide. 👉 Join me at link.nextwork.org/linkedin. #AWS #AWSCloud #AmazonLex #Lambda #ChatbotDevelopment #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
I’ve upgraded my latest project with Amazon Lex—say hello to AWS Lambda! Here's what I did: 🧠 Configured a new AWS Lambda function that generates a random number as a bank balance. 🔌 Linked my Lambda function directly to Amazon Lex using an Alias. 🧪 Tested my chatbot with a range of possible user inputs. Learning AWS, Amazon Lex, or cloud computing? Let’s connect and explore these amazing technologies together! A big shout-out to NextWork for their project guide. 👉 Join me at link.nextwork.org/linkedin. #AWS #AWSCloud #AmazonLex #Lambda #ChatbotDevelopment #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
If you're learning about Amazon VPCs or cloud networking, monitoring is absolutely key to understand your network's performance. Here's how I learnt to monitor VPC traffic: ☁️ Created two VPCs with public subnets and a peering connection between them. 🛶 Set up VPC Flow Logs that send data to a CloudWatch log group. 🧠 Used Log Insights to analyse network traffic. ➕ Bonus - Tested my VPCs' peering connection using both private and public IPv4 addresses. A big shout-out to @NextWork for their project guide! 👉 Join me at link.nextwork.org/linkedin Learning AWS or cloud computing? Let's connect and explore cloud technologies together! #AWS #AWSCloud #NextWork #CloudNetworking #AmazonVPC #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
Once you've set up an Amazon VPC, what's next? Here’s a quick overview on how I launched resources in my VPC and sped up VPC creation ⬇️⬇️⬇️ 💻 Launched an EC2 instance in a public subnet, secured with a key pair. 🤐 Launched an EC2 instance in a private subnet, with a security group restricting access to public subnet traffic only. ⚡️ Used the VPC resource map to automate VPC creation. 📸 For a detailed guide and to apply these steps in your AWS setup, check out my full documentation below. 🙏 Thanks to @NextWork for their support and resources. Join me at link.nextwork.org/linkedin! 📢 Working on AWS or cloud projects? Let’s connect and share insights. #AWS #CloudComputing #VPC #EC2 #TechLearning #LearnInPublic
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
I’ve upgraded my latest project with Amazon Lex—say hello to AWS Lambda! Here's what I did: 🧠 Configured a new AWS Lambda function that generates a random number as a bank balance. 🔌 Linked my Lambda function directly to Amazon Lex using an Alias. 🧪 Tested my chatbot with a range of possible user inputs. Learning AWS, Amazon Lex, or cloud computing? Let’s connect and explore these amazing technologies together! A big shout-out to @NextWork for their project guide. 👉 Join me at link.nextwork.org/linkedin. #AWS #AWSCloud #AmazonLex #Lambda #ChatbotDevelopment #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
Just reached a new milestone with my VPC setup... Resources in my network can now talk with each other and the internet! Here's what I did: ⬆️ Used EC2 Instance Connect to SSH into my public EC2 instance without having to manage key pairs. 🤝 Used ping to verify that my public and private servers can communicate with each other. 🛜 Used curl to confirm that my VPC can reach the internet, fetching data directly from web servers. Learning AWS or cloud computing? Let's connect and explore cloud technologies together! A big shout-out to @NextWork for their project guide. 👉 Join me at link.nextwork.org/linkedin #AWS #AWSCloud #EC2 #VPC #EC2InstanceConnect #NextWork #CloudNetworking #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in
-
Just reached a new milestone with my VPC setup... Resources in my network can now talk with each other and the internet! Here's what I did: ⬆️ Used EC2 Instance Connect to SSH into my public EC2 instance without having to manage key pairs. 🤝 Used ping to verify that my public and private servers can communicate with each other. 🛜 Used curl to confirm that my VPC can reach the internet, fetching data directly from web servers. Learning AWS or cloud computing? Let's connect and explore cloud technologies together! A big shout-out to @NextWork for their project guide. 👉 Join me at link.nextwork.org/linkedin #AWS #AWSCloud #EC2 #VPC #EC2InstanceConnect #NextWork #CloudNetworking #LearningJourney
NextWork - Host a Website on Amazon S3
learn.nextwork.org
To view or add a comment, sign in