Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Домашнее задание к теме №6 Основные сервисы Yandex Cloud #3

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

aeivanov
Copy link
Collaborator

@aeivanov aeivanov commented Nov 2, 2023

Выполнено ДЗ №6 Основные сервисы Yandex Cloud

  • [+] Основное ДЗ
  • [+] Задание со *

В процессе сделано:

  • Развернут инстанс с помощью yc cli
  • автоматизация установки сервисов при развертывании инстанса из cli с использованием yaml

Как запустить проект:

развертывание:

yc compute instance create
--name reddit-app
--hostname reddit-app
--memory=4
--create-boot-disk image-folder-id=standard-images,image-family=ubuntu-1604-lts,size=10GB
--network-interface subnet-name=default-ru-central1-a,nat-ip-version=ipv4
--metadata serial-port-enable=1
--zone ru-central1-a
--metadata-from-file user-data=metadata.yaml

Как проверить работоспособность:

PR checklist

  • [+] Выставил label с номером домашнего задания
  • [+] Выставил label с темой домашнего задания

Copy link
Contributor

@mrgreyves mrgreyves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здравствуйте!)
Проверил ваше дз
Все задания выполнены корректно, дз принимаю =)

@aeivanov aeivanov merged commit f1ae56f into main Nov 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Готово
Development

Successfully merging this pull request may close these issues.

2 participants