Joe Gardner
Joe Gardner
  • 9
  • 40 490
Enabling AWS CloudTrail
Walk through on how to enable AWS CloudTrail.
zhlédnutí: 2 788

Video

AWS Enable Root Account MFA
zhlédnutí 2,9KPřed 7 lety
Walk through on how to enable multi-factor authentication (MFA) on your AWS root account.
Run Golang in Node.js
zhlédnutí 1,6KPřed 7 lety
Run Golang in Node.js
AWS Create IAM admin user
zhlédnutí 11KPřed 7 lety
Walk through on how to create an IAM group and user with administrator access.
AWS Enable IAM Billing Access
zhlédnutí 954Před 7 lety
AWS walk through on how to grant IAM users access to billing data.
Lambda to terminate instance with EC2 events
zhlédnutí 1,6KPřed 7 lety
When an AWS EC2 event is created for your instance, let Lambda terminate the instance for you.
Lightning Talk Tips And Tricks
zhlédnutí 13KPřed 8 lety
Lightning Talk Tips and Tricks - presentation given at Cloud Austin 2014
Serverless Application Demo
zhlédnutí 6KPřed 8 lety
Creating a serverless application using Amazon Web Services (AWS). It uses DynamoDB, IAM, Lambda, API Gateway, and S3.
Analyzing CloudTrail Data Using SumoLogic - Getting Started
zhlédnutí 944Před 10 lety
Get started analyzing AWS CloudTrail data by using SumoLogic. There is a free tier of SumoLogic that can be used.

Komentáře

  • @mathewkargarzadeh3158

    YOU ARE THE BEST JOE. MUCH APPRECIATED !!

  • @tonyd6853
    @tonyd6853 Před 3 lety

    Practice 5 min 10 times in a hour was a legit gold nugget!

  • @shepherddp
    @shepherddp Před 3 lety

    Saved me hours. I know because I’ve tried before finding this video. Thanks.

  • @anumoses1
    @anumoses1 Před 3 lety

    I am looking for a code to have a lambda function that will terminate ec2 instance when I upload a file in ec2 bucket. Any help is appreciated.

  • @AR-ce1fj
    @AR-ce1fj Před 3 lety

    nice video keep growing

  • @mr.a5455
    @mr.a5455 Před 4 lety

    this was very clean and straight to the point

  • @AvielLivay
    @AvielLivay Před 4 lety

    It's amazing how Amazon don't have this information... one just want to create an IAM account and they start with their videos and courses and explanations which never get you no where!

  • @blipblop92
    @blipblop92 Před 4 lety

    I have an EC2 instance and would like to let a developer access ONLY to this instance and not my whole AWS account, how can I do that?

  • @AchillesHildreth2024
    @AchillesHildreth2024 Před 4 lety

    Excellent and clear tutorial. Very helpful since it looks like AWS has changed the documentation and it is pretty impossible to find this setting without having prior knowledge. Many thanks!

  • @Srini_monkster
    @Srini_monkster Před 4 lety

    Hi joe , Actually I am trying to write a lambda to check the ec2 events . When it’s shutdown for 7 days it only can be terminated. Can u help me on this ?

    • @farhanwaheeda
      @farhanwaheeda Před rokem

      Hi did you get any solution for this? I am looking for a code that will delete EC2 instances which have been stopped for 10 days.

  • @ankitsurolia8692
    @ankitsurolia8692 Před 5 lety

    How to add user through terminal??

  • @TechNSayge
    @TechNSayge Před 5 lety

    Thank you, big help!!

  • @satishgoda
    @satishgoda Před 5 lety

    Very helpful :) Thank you. I am giving my first lightning talk today.

  • @callenstewart6959
    @callenstewart6959 Před 5 lety

    You are the best. Thank you for this.

  • @B4U_09
    @B4U_09 Před 6 lety

    Is"t only for andriod..r if for pc where where we will get authentication code?

  • @yo1414
    @yo1414 Před 6 lety

    This is the best - Step-by-Step AWS Serverless w/ DynamoDB example - thank you!!

  • @travelerfromhimalaya5738

    Hi Joe, I am trying to automatically remove ec2 instances from Zabbix every time we deploy the new code. Can I do something like this to make it work?

    • @joegardner4775
      @joegardner4775 Před 6 lety

      Yes, something similar could work for Zabbix. You probably want a different trigger for the lambda.

  • @nitishbisht8950
    @nitishbisht8950 Před 7 lety

    Hi Joe i hv getting error during creation of stack i hv pasted the error Error occurred while GetObject. S3 Error Code: NoSuchKey. S3 Error Message: The specified key does not exist. after creating rule how we attach to a particular instance Thanks Joe

    • @joegardner4775
      @joegardner4775 Před 7 lety

      The key means the file in S3. The bucket parameter (LambdaBucket) or path to the file in the bucket (LambdaKeyTerminateInstancesWithEvents) is incorrect. The rule does not get attached to an instance. The Lambda checks for EC2 events in the region.

  • @NikosKatsikanis
    @NikosKatsikanis Před 7 lety

    This isn't the servwrless framework isn't it

    • @joegardner4775
      @joegardner4775 Před 7 lety

      No, this does not use the serverless framework. I'll think about adding a demo for the serverless framework in the future.

  • @joegardner3054
    @joegardner3054 Před 7 lety

    GitHub repository from the video: github.com/joehack3r/demos/tree/master/20160309

  • @ericpeters0n
    @ericpeters0n Před 8 lety

    Did you mention what this is supposed to actually do?!?

    • @joegardner4775
      @joegardner4775 Před 8 lety

      +Eric Peterson It shows a web page hosted from S3 that reads and writes to a DynamoDB by utilizing API Gateway and Lambda.

  • @gauravmurade5886
    @gauravmurade5886 Před 8 lety

    thank you!

  • @TalesOfHope
    @TalesOfHope Před 8 lety

    DynamoDB + AWS Lambda + API Gateway.. exactly what I was looking for! Thank you!

    • @joegardner4775
      @joegardner4775 Před 8 lety

      +Vincent Mon Happy you found it useful. Spread the word... and let me know what you would like to see in the next video.

    • @TalesOfHope
      @TalesOfHope Před 8 lety

      +Joe Gardner yes few questions.. -how put parameter to GET api.. all my test are "null".. (I tried model and String URL..) -how make a html table with json API response.. (sry for my english)

  • @EricFullerton
    @EricFullerton Před 8 lety

    This is a great project, exactly what I was looking for. Thanks!

  • @wickett99
    @wickett99 Před 9 lety

    Here is the link to the slideshare mentioned in the video > www.slideshare.net/joehack3r/serverless-apps