AWS Workspaces Setup Tutorial

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Looking for a remote desktop hosted on the cloud? AWS Workspaces is your answer. In this video, I show you how to set up a remote Windows desktop. I show you how to create the instance in the AWS Console, log in, and get started using your instance.
    Sign up for my Newsletter to receive regular AWS updates AND get a FREE PDF that includes 5 AWS Project Ideas: beabetterdev.c...
    📚 My Courses 📚
    AWS Learning Accelerator - Learn AWS Through a Hands On Project - courses.beabet...
    AWS Step Functions Masterclass - courses.beabet...
    AWS Lambda - A Practical Guide - www.udemy.com/...
    🎉SUPPORT BE A BETTER DEV🎉
    Become a Patron: / beabetterdev
    📚 INCREDIBLE BOOKS TO BUILD YOUR ABILITY TO FOCUS AND ORGANIZE 📚
    Deep Work - amzn.to/463oPRk
    So Good They Can't Ignore You - amzn.to/3PPo48N
    Digital Minimalism - amzn.to/3Q00nep
    A World Without Email - amzn.to/3t6nGKq
    Time Block Planner - amzn.to/44Z9nEI
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driven Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #aws
    #awsworkspaces
    #softwareengineer

КОМЕНТАРІ • 24

  • @timothetubaka2114
    @timothetubaka2114 6 днів тому

    Hey there, thank you so much for the video. I struggled for a little while, however; this video helped get through

  • @abdheshsisodeya2386
    @abdheshsisodeya2386 2 дні тому

    Hi, Thank you very much for this Video. It help me a lots to create workspace.

  • @Muktakeshable
    @Muktakeshable День тому

    thanks for the tutorial. Could you please make a video keeping in mid the design requirements say tenant, network, subnet, licensing

  • @password301992
    @password301992 7 місяців тому +1

    Awesome video as usual, always present things In simplest way !!! Thanks for your efforts

  • @noobieJs
    @noobieJs 6 місяців тому

    Thank you for your video it took a lot of videos to find one that had all the info needed to accomplish my mission , Thanks again great job

  • @extrememike
    @extrememike 7 місяців тому +1

    Amazing explanation. Thank you so much!

  • @amateursontour507
    @amateursontour507 6 місяців тому +1

    Thank you so much for the video! Unfortunately I don't have the Simple AD Directory Type available

  • @nazokatisamova5073
    @nazokatisamova5073 7 місяців тому +1

    Thank you for this video!!!

  • @maryam2677
    @maryam2677 3 місяці тому +1

    Thank you so much.

  • @wiiori4618
    @wiiori4618 Місяць тому

    This was fantastic.

  • @villaran9295
    @villaran9295 7 місяців тому

    Amazing, thank you!

  • @MobileLegalSolutions
    @MobileLegalSolutions 7 місяців тому +6

    Can I manage AWS Workspaces with terraform?

    • @Mrslykid1992
      @Mrslykid1992 7 місяців тому

      provider "aws" {
      region = "us-east-1" # Update with your desired region
      }
      resource "aws_workspaces_directory" "example" {
      directory_id = "example_directory_id" # Update with an existing directory ID or create a new one
      }
      resource "aws_workspaces_workspace" "example" {
      count = 10
      directory_id = aws_workspaces_directory.example.id
      bundle_id = "wsb-b4d7828d5b-example" # Update with your desired bundle ID
      user_name = "user${count.index + 1}" # Generating user names user1, user2, ..., user10
      volume_encryption_enabled = true
      }

    • @Iamtoluakin
      @Iamtoluakin 5 місяців тому

      What about with cloud formation ?

  • @kia4now
    @kia4now 6 місяців тому +1

    I appreciate your efforts but is there a service in AWS that doesn't require a 25 minute video to setup? I merely want to use a browser and save some files, and ONLY want to use AWS UI to interact with it. No RDP or SSH.
    Can you recommend anything, I need a browser open 24/7 and want it to be safe and secure

  • @abdheshsisodeya2386
    @abdheshsisodeya2386 2 дні тому

    How we will create more user in Directory. I am not able to create it.

  • @Faisalx505
    @Faisalx505 Місяць тому

    Can I install unknown publisher Software on it or there is some restrictions?

  • @satish1012
    @satish1012 Місяць тому

    You said we need to install client to connect to workspace, but it can also be connected with browser

  • @Iamtoluakin
    @Iamtoluakin 5 місяців тому

    Does this have cloud formation capability yet?

  • @errolegutierrez888
    @errolegutierrez888 2 місяці тому

    How can I maigrate AWS Workspaces from one account to another?

  • @rickharold7884
    @rickharold7884 7 місяців тому

    Fun

  • @caseyl3631
    @caseyl3631 6 місяців тому

    This didnt work at all for me. An error occurred while authenticating. You may have prolonged inactivity or a new password. Please try again. If the problem persists, contact your WorkSpaces administrator.

  • @rishiraj2548
    @rishiraj2548 7 місяців тому

    👍

  • @the_ted_shed
    @the_ted_shed 5 місяців тому

    Anyway