How to setup latest version NXRM on AWS?

Hi all!
By default, Sonatype Cloudformation template install very old version of Nexus…
I try do this:

  • Start detailed template
  • Try to change this section:

    Version - 3.29.2-02
    SHA-256 - I download this version and view sha256 checksum:
torquemada163@BigSur-iMac Downloads % sha256sum ./nexus-repository-3.29.2-02.jar
b2029fd9150bd611565ae7d7e50669870c2b422be86a39588f90f0e3165483e4  ./nexus-repository-3.29.2-02.jar
  • Then I deploy the stack

The stack is successfully deployed, but there is no Nexus at the received URL. I log into an EC2 instance via SSH and see that Nexus has not been installed:

[centos@ip-10-0-1-242 ~]$ sudo netstat -ltupn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/systemd
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      4392/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      4192/master
tcp6       0      0 :::111                  :::*                    LISTEN      1/systemd
tcp6       0      0 :::22                   :::*                    LISTEN      4392/sshd
tcp6       0      0 ::1:25                  :::*                    LISTEN      4192/master
udp        0      0 0.0.0.0:68              0.0.0.0:*                           3984/dhclient
udp        0      0 0.0.0.0:111             0.0.0.0:*                           1/systemd
udp        0      0 127.0.0.1:323           0.0.0.0:*                           2254/chronyd
udp        0      0 0.0.0.0:996             0.0.0.0:*                           2552/rpcbind
udp6       0      0 :::111                  :::*                                1/systemd
udp6       0      0 ::1:323                 :::*                                2254/chronyd
udp6       0      0 :::996                  :::*                                2552/rpcbind
[centos@ip-10-0-1-242 ~]$ sudo systemctl start nexus-repository-manager.service
Failed to start nexus-repository-manager.service: Unit not found.

What am I doing wrong and how can this issue be resolved?