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 }
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
Hi, I setup my workspace and downloaded my software but when I logged off of workspaces and logged back in, the downloaded software was not there. Do you know why this would be?
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.
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
Awesome video as usual, always present things In simplest way !!! Thanks for your efforts
Parabéns pelo trabalho excelente feito nesse video! E obrigado por compartilhar com todos nós! This vídeo is great!
thank you
very clear and appreciate including how to get away from the registered account for unnecessary pricing stuff, thanks!
Amazing explanation. Thank you so much!
Can I manage AWS Workspaces with terraform?
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
}
What about with cloud formation ?
Thank you so much for the video! Unfortunately I don't have the Simple AD Directory Type available
Hey there, thank you so much for the video. I struggled for a little while, however; this video helped get through
Thanks for the clear explanation
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
Hi, Thank you very much for this Video. It help me a lots to create workspace.
Hi, I setup my workspace and downloaded my software but when I logged off of workspaces and logged back in, the downloaded software was not there. Do you know why this would be?
thanks for the tutorial. Could you please make a video keeping in mid the design requirements say tenant, network, subnet, licensing
Thank you for this video!!!
Thank you for your video. It's so great!!!!! You save my client , kkkk
Can I install unknown publisher Software on it or there is some restrictions?
How we will create more user in Directory. I am not able to create it.
This was fantastic.
You said we need to install client to connect to workspace, but it can also be connected with browser
Amazing, thank you!
How can I maigrate AWS Workspaces from one account to another?
Does this have cloud formation capability yet?
Thank you so much.
i don't recieve email
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.
Fun
👍
Anyway