Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create an ECS Cluster (specify Fargate when creating the cluster)


Image Modified

Create a Task Definition named "dspace" using "awsvpc" mode

Image Modified

The Task Definition will contain 2 containers "dspace" and "dspacedb"

Image Modified

dspace container

...

Fortunately, DSpace 6+ allows environment variables to override dspace.cfg and local.cfg settings.  Note the override for db.url.

Port 8080 is exposed.

Image Modified

dspacedb container

This container will be built from dspace/dspace-postgres-pgcrypto

Image Modified

Select "Run Task" to start your task within the cluster you created.

...

Click to Edit the Security Group so that port 8080 will be accessible.

Image Modified

Customize the Security Group then Click "Run Task".

Image Modified

Select the running task in order to get its IP address

Image Modified

Get the public IP address

Image RemovedImage Added

Open ip-address:8080/xmlui

Image Modified

Outstanding Issues

...