- 20
- 285 869
MartyAWS
United States
Приєднався 27 лис 2017
Understanding AWS IPs
This video describes the differences between private, public and elastic IPs and how they relate to EC2 instances in AWS.
Переглядів: 292
Відео
GitLab Pipelines CI/CD with Node Serverless on AWS
Переглядів 6 тис.5 років тому
This video shows how GitLab Pipelines can be used to implement a CI/CD workflow with a serverless cloud infrastructure. Source code is here: gitlab.com/mburolla/serverless-ci-deploy
AWS Network Load Balancer (NLB) Configuration & Demo with TCP Sockets
Переглядів 5 тис.5 років тому
This explains how I set up a Network Load Balancer (NLB) to send data between a client and server socket using the net library with NodeJS.
GitLab CICD Pipelines with AWS EC2 and S3
Переглядів 69 тис.5 років тому
This explains the basics of GitLab CICD pipelines and also shows a branching & deploy strategy for your software team. The demo worked!
Deploy Code to AWS EC2 Instances Automatically with GitLab
Переглядів 31 тис.5 років тому
There are MANY ways to do this sort of thing. This illustrates one way in which you can automate the deployment of code to two environments using GitLab.
Tips and Tricks: API Gateway, Lambda, RDS
Переглядів 2,8 тис.6 років тому
This shows some of the things you might encounter when using the AWS API Gateway to call a Lambda function that accesses an RDS database. It can be really hard to troubleshoot and understand why things are not working. Event properties: { resource: '', path: '', httpMethod: '', headers: null, queryStringParameters: null, pathParameters: null, stageVariables: null, requestContext: { path: '', ac...
AWS Kinesis Overview
Переглядів 16 тис.6 років тому
This video will provide a quick overview of some of the capabilities of AWS Kinesis.
AWS Kinesis: How to Connect a Data Stream to Lambda Function
Переглядів 12 тис.6 років тому
A short video that shows how to connect a data stream to a Lambda Function. This is handy because the output of a Kinesis Analytics application writes to a data stream (which means the output of Kinesis Analytics can be sent to a Lambda function via a stream).
AWS Kinesis: Introduction and How to Upload Data
Переглядів 24 тис.6 років тому
This shows you how to upload data to a Kinesis data stream and a firehose delivery stream. It also shows how two delivery streams can branch from one data stream. I'm not entirely sure if I understand this product yet. It's a bit confusing but it's super cool. Code: gitlab.com/mburolla/AWS-Kinesis
AWS Lambda: Node 8.10 Runtime is Here!!!
Переглядів 1,1 тис.6 років тому
AWS Lambda now supports Node 8.10! This gives us the ability to write clean asynchronous code that looks like synchronous code using JavaScript. aws.amazon.com/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda/ aws.amazon.com/blogs/compute/ NOTE: In this example, async is not required on the two helper functions.
OAuth Example with Reverb.com and Serverless
Переглядів 1807 років тому
This will explain how applications use the OAuth flow to obtain access to user data once a user has granted access to the application. Scopes: www.reverb-api.com/v1.0/docs/oauth-scopes Forgot to mention that deploying the callback URI is extremely simple with the Serverless framework: sls deploy.
AWS: Use the Session Token Service to Securely Upload Files to S3
Переглядів 33 тис.7 років тому
This shows how you can assume a role with a specific user policy that allows a client to upload and download files from their user directory in an S3 bucket.
AWS: Host a Secure Website in S3
Переглядів 2257 років тому
This video shows you the four AWS products you need to use in order to host a secure website using an S3 bucket.
AWS: How to Connect Lambda to ElasticCache with Private Subnets
Переглядів 18 тис.7 років тому
Private subnets offer an extra layer of security for components within your VPC. This video reviews public and private subnets, and shows how to run Lambda and ElasticCache in private subnets.
AWS: How to Place Your Lambda Functions in a VPC
Переглядів 17 тис.7 років тому
AWS: How to Place Your Lambda Functions in a VPC
AWS: SQS, Lambda, and Serverless Process 10,000 Messages with No Servers
Переглядів 17 тис.7 років тому
AWS: SQS, Lambda, and Serverless Process 10,000 Messages with No Servers
AWS: Create Custom Domain Names using the API GW
Переглядів 13 тис.7 років тому
AWS: Create Custom Domain Names using the API GW
many missing steps
cool
@marty: Can we have source code for what we explained here?
you suck
finally it makes sense 🤯
very nice explanation. but, sound is so low... please amend it. Ty
Thanks for the video Marty, it helped me a lot. Thanks a ton
Is there the way. we can automate Rotation Primary server ssh key pass public key into aws ? Or there is better to rotate key for file encryption between primary server and aws?
can you please tell how to find the session token
can you give me example how to migrate mssql?
Amazing, thanks a lot
hey , can you tell us about security group, while setup aws elasticache and lambda. i'm stuck here
You have literally saved my life with this tutorial. I spent multiple hours previous night but nothing worked as expected. That you <3
Thanks for the video. How to deploy via cicd if machine is behind the windows bastion host. My aws instance is behind windows bastion. Is this task possible. Currently my cicd is deploying to dev environment(public IP), the requirement is to deploy to prod environment(privateIP)
Great video!
What if I do all of this and I still can't get anything back from my Redis cache in my lambda function but have varified the data does exist in the redis cache? I'm not getting connection errors or anything and I did everything you showed here?
Hey Marty , Can i get the source code for this. I am facing issues while uploading a 16 GB ova file to S3.
Thank you man! I was thinking exactly about it - where is the loadbalancer is placed? what rules do I need for it? Thank you for saying it loud and giving a tip how to check ip of the loadbalancer!
Good video but require more detailed information.
But why does this lambda function work even without VPC? I tested the exact same code before connecting to a VPC and it still worked
Because the lambda gets a "hidden" VPC with the correct configuration. When you provide your own, you essentially take full responsibility for the networking.
Hi Marty: Are the servers stage-express-api and prod-express-api the gitlab runners ? I want to know how gitlab authenticate with AWS, the role "s3-admin-access" was given to both servers for authentication right ? 9:53
thanks it great! can u please create a one for mongo db and node js. its nowhere!
That meow was so cute❤️❤️❤️❤️
Hey Marty, Thank you for this useful content but I'm getting `Cannot read property 'Credentials' of null` error
Very clear explanation for all aws video.
Why are you running the GitLab Runner on your computer and not on AWS directly?
I didn't want to pay for a server in AWS.
Thanks. It looks clear and neat.
What you are doing is an anti-pattern. You should run the pipeline at least for unit and integration tests on merge requests to dev to have short feedback loop. What you are doing can cause a lot of headache on sprint end.
why the repo is not shared?
Speak louder
Thanks
how to do without a nat gateway?
can you make a tutorial how to deploy on multiple aws instances at once? thanks!
Very well explained. Thanks 👍🏽
Github ?
What I will do in target group the instance shows unhealthy
great explanation
5:26 - Jesus, I've followed all tips, but I just forgot that I have to close the connection, before finish the process. Now, my Lambda function, connected with a Redis database, works. Thank you so much!!!!
really did talk about gitlab-ci.yml for a minute or two in 22 minutes of video. I am not saying you did not explain rest of the stuff.. but really, description of the video does not do justice of whats in the video
Can anyone share the gitlab yaml file for this
Awesome video, gave me a lot of information which I couldn't find in other sources. Thanks a lot. Please continue uploading videos. Non-common topic selection is the best thing you did.
Marty - Thank you! Concise and straight to the point!
Hey Marty, thanks for the videos, I learned a lot from these :). It's a bummer that you don't make videos anymore, it's really helpful!
Very interesting and clearly explained. The video is from end of 2017, I wonder if all recommendations are still valid or thins are different aftger aws "adjustment" lf lambdas on VPCs
How to Disable permissions for temporary security credentials with assumed role?
Really great Marty - simple, clear and helpful.
can we do this with terraform ?
I wonder if this video has a repo that I can clone?
Thank you so much for the video...I am getting host key verification failed error...Could you please suggest?
How did you resolve it?
Thanks so much! Really worked for me.