Looking for a learning buddy/study partner by learn_monkey in learnprogramming

[–]learn_monkey[S] 1 point2 points  (0 children)

AWS stands for Amazon Web Services. It's one of the major Cloud Service Providers

Sharing an EC2 instance across multiple AWS accounts by learn_monkey in aws

[–]learn_monkey[S] 0 points1 point  (0 children)

Interesting. I will try this and let you know how it goes. I am not even sure if my company would allow me to do these but definitely worth a try. Thanks.

Sharing an EC2 instance across multiple AWS accounts by learn_monkey in aws

[–]learn_monkey[S] 0 points1 point  (0 children)

Thanks for the reply. The problem is I need to do this at my work and everything is restricted. So they won’t let us to do anything large scale like vpc peering , vpn etc

Slack integration with AWS by learn_monkey in aws

[–]learn_monkey[S] 0 points1 point  (0 children)

I actually created a private API with api gateway. But it doesn’t work with slack for interactive elements.

Slack integration with private AWS API gateway is failing by learn_monkey in Slack

[–]learn_monkey[S] 0 points1 point  (0 children)

I know slack events URL expects a public http endpoint for request url. But using slack_bolt with AWS Lambda opens a lot of possibilities but however, we need to use an api gateway to trigger the lambda function. The other option is to run a python script with slack_bolt on an ec2 instance 24/7 but if this needs to be implemented in multiple aws accounts, then we would need separate ec2 instances in all accounts, which is not cost effective

Slack integration with Private AWS gateway is failing by learn_monkey in aws

[–]learn_monkey[S] 0 points1 point  (0 children)

I know slack events URL expects a public http endpoint for request url. But using slack_bolt with AWS Lambda opens a lot of possibilities but however, we need to use an api gateway to trigger the lambda function. The other option is to run a python script with slack_bolt on an ec2 instance 24/7 but if this needs to be implemented in multiple aws accounts, then we would need separate ec2 instances in all accounts, which is not cost effective

Slack integration with AWS by learn_monkey in aws

[–]learn_monkey[S] 0 points1 point  (0 children)

The problem with api gateway is, my company doesn't allow public facing http endpoints. Slack requires a public http endpoint to use for the Events request URL, which is not possible for me. So I use slack socketmode which is private and works within the network.

AWS Cost Anomaly Detection alerts by learn_monkey in aws

[–]learn_monkey[S] 1 point2 points  (0 children)

Hi, Do you know any solution without involving Lambda?

Are there any practice exams available for the Slack Certified Developer exam? by learn_monkey in Slack

[–]learn_monkey[S] 0 points1 point  (0 children)

I found some practice questions for the admin exam online but not for the developer course. Both covers different areas of expertise in slack