RLOpenCatalyst / Service_Workbench_Templates

Templates for AWS Service Workbench from Relevance Lab
7 stars 13 forks source link

EC2-RStudio-Server 1.4.1717 from AWS Marketplace is not compatible with new versions of Service Workbench #21

Closed BoPeng closed 1 year ago

BoPeng commented 1 year ago

Also reported at https://github.com/awslabs/service-workbench-on-aws/issues/1146

Describe the bug When starting a workspace with EC3-RStudio-Server 1.4.1717 from AWS Marketplace, it fails with an error message for missing parameter IsAppStreamEnabled.

To Reproduce Steps to reproduce the behavior:

  1. Go to AWS Marketplace, subscribe the EC2-RStudio-Server
  2. Copy to Service Catalog, fix a version description bug (#1143 ) and import RStudio Server
  3. Create a configuration, create a workspace

Expected behavior RStudio should start, but it fails with missing parameter for cloudformation

Screenshots

image
mamatha-anand commented 1 year ago

Hi - Based on the response to similar issue raised in AWS repo - https://github.com/awslabs/service-workbench-on-aws/issues/1146 , this was due to parameters configuration mismatch. Post configuring the same , issue stands resolved.

Hence we are closing this bug. In case if you are still have any queries/clarifications, request to please drop an email to rlcloudsupport@relevancelab.com.

BoPeng commented 1 year ago

The issue is not completely resolved. After adding those three parameters, I could start Rstudio server but I do not see the "connect" button,

image

The Edit CIDRs button shows

image

It must have been something wrong with my network setting,

image

image

so I checked the instance:

image

and the instance can be accessed using the public IP

image

The security group looks ok

image

@mamatha-anand what else should I check?

BoPeng commented 1 year ago

It may be easier to update the AWS Marketplace with the latest version of the AMI instead of fixing the template for this outdated version.